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.opensearchserverless.model

Class CreateSecurityConfigRequest

    • Constructor Detail

      • CreateSecurityConfigRequest

        public CreateSecurityConfigRequest()
    • Method Detail

      • setClientToken

        public void setClientToken(String clientToken)

        Unique, case-sensitive identifier to ensure idempotency of the request.

        Parameters:
        clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.
      • getClientToken

        public String getClientToken()

        Unique, case-sensitive identifier to ensure idempotency of the request.

        Returns:
        Unique, case-sensitive identifier to ensure idempotency of the request.
      • withClientToken

        public CreateSecurityConfigRequest withClientToken(String clientToken)

        Unique, case-sensitive identifier to ensure idempotency of the request.

        Parameters:
        clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        A description of the security configuration.

        Parameters:
        description - A description of the security configuration.
      • getDescription

        public String getDescription()

        A description of the security configuration.

        Returns:
        A description of the security configuration.
      • withDescription

        public CreateSecurityConfigRequest withDescription(String description)

        A description of the security configuration.

        Parameters:
        description - A description of 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 CreateSecurityConfigRequest 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.
      • setSamlOptions

        public void setSamlOptions(SamlConfigOptions samlOptions)

        Describes SAML options in in the form of a key-value map. This field is required if you specify saml for the type parameter.

        Parameters:
        samlOptions - Describes SAML options in in the form of a key-value map. This field is required if you specify saml for the type parameter.
      • getSamlOptions

        public SamlConfigOptions getSamlOptions()

        Describes SAML options in in the form of a key-value map. This field is required if you specify saml for the type parameter.

        Returns:
        Describes SAML options in in the form of a key-value map. This field is required if you specify saml for the type parameter.
      • withSamlOptions

        public CreateSecurityConfigRequest withSamlOptions(SamlConfigOptions samlOptions)

        Describes SAML options in in the form of a key-value map. This field is required if you specify saml for the type parameter.

        Parameters:
        samlOptions - Describes SAML options in in the form of a key-value map. This field is required if you specify saml for the type parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setType

        public void setType(String type)

        The type of security configuration.

        Parameters:
        type - The type of security configuration.
        See Also:
        SecurityConfigType
      • getType

        public String getType()

        The type of security configuration.

        Returns:
        The type of security configuration.
        See Also:
        SecurityConfigType
      • withType

        public CreateSecurityConfigRequest withType(String type)

        The type of security configuration.

        Parameters:
        type - The type of security configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SecurityConfigType
      • 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 によって変換されたページ (->オリジナル) /