JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.emrcontainers.model

Class CreateSecurityConfigurationRequest

    • Constructor Detail

      • CreateSecurityConfigurationRequest

        public CreateSecurityConfigurationRequest()
    • Method Detail

      • setClientToken

        public void setClientToken(String clientToken)

        The client idempotency token to use when creating the security configuration.

        Parameters:
        clientToken - The client idempotency token to use when creating the security configuration.
      • getClientToken

        public String getClientToken()

        The client idempotency token to use when creating the security configuration.

        Returns:
        The client idempotency token to use when creating the security configuration.
      • withClientToken

        public CreateSecurityConfigurationRequest withClientToken(String clientToken)

        The client idempotency token to use when creating the security configuration.

        Parameters:
        clientToken - The client idempotency token to use when creating the security configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName(String name)

        The name of the security configuration.

        Parameters:
        name - The name of the security configuration.
      • getName

        public String getName()

        The name of the security configuration.

        Returns:
        The name of the security configuration.
      • withName

        public CreateSecurityConfigurationRequest withName(String name)

        The name of the security configuration.

        Parameters:
        name - The name of the security configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSecurityConfigurationData

        public void setSecurityConfigurationData(SecurityConfigurationData securityConfigurationData)

        Security configuration input for the request.

        Parameters:
        securityConfigurationData - Security configuration input for the request.
      • getSecurityConfigurationData

        public SecurityConfigurationData getSecurityConfigurationData()

        Security configuration input for the request.

        Returns:
        Security configuration input for the request.
      • withSecurityConfigurationData

        public CreateSecurityConfigurationRequest withSecurityConfigurationData(SecurityConfigurationData securityConfigurationData)

        Security configuration input for the request.

        Parameters:
        securityConfigurationData - Security configuration input for the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        The tags to add to the security configuration.

        Returns:
        The tags to add to the security configuration.
      • setTags

        public void setTags(Map<String,String> tags)

        The tags to add to the security configuration.

        Parameters:
        tags - The tags to add to the security configuration.
      • withTags

        public CreateSecurityConfigurationRequest withTags(Map<String,String> tags)

        The tags to add to the security configuration.

        Parameters:
        tags - The tags to add to the security configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CreateSecurityConfigurationRequest clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /