JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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

Class PutConfigurationSetDeliveryOptionsRequest

    • Constructor Detail

      • PutConfigurationSetDeliveryOptionsRequest

        public PutConfigurationSetDeliveryOptionsRequest()
    • Method Detail

      • setConfigurationSetName

        public void setConfigurationSetName(String configurationSetName)

        The name of the configuration set to associate with a dedicated IP pool.

        Parameters:
        configurationSetName - The name of the configuration set to associate with a dedicated IP pool.
      • getConfigurationSetName

        public String getConfigurationSetName()

        The name of the configuration set to associate with a dedicated IP pool.

        Returns:
        The name of the configuration set to associate with a dedicated IP pool.
      • withConfigurationSetName

        public PutConfigurationSetDeliveryOptionsRequest withConfigurationSetName(String configurationSetName)

        The name of the configuration set to associate with a dedicated IP pool.

        Parameters:
        configurationSetName - The name of the configuration set to associate with a dedicated IP pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTlsPolicy

        public void setTlsPolicy(String tlsPolicy)

        Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

        Parameters:
        tlsPolicy - Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.
        See Also:
        TlsPolicy
      • getTlsPolicy

        public String getTlsPolicy()

        Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

        Returns:
        Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.
        See Also:
        TlsPolicy
      • withTlsPolicy

        public PutConfigurationSetDeliveryOptionsRequest withTlsPolicy(String tlsPolicy)

        Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

        Parameters:
        tlsPolicy - Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TlsPolicy
      • withTlsPolicy

        public PutConfigurationSetDeliveryOptionsRequest withTlsPolicy(TlsPolicy tlsPolicy)

        Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

        Parameters:
        tlsPolicy - Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TlsPolicy
      • setSendingPoolName

        public void setSendingPoolName(String sendingPoolName)

        The name of the dedicated IP pool to associate with the configuration set.

        Parameters:
        sendingPoolName - The name of the dedicated IP pool to associate with the configuration set.
      • getSendingPoolName

        public String getSendingPoolName()

        The name of the dedicated IP pool to associate with the configuration set.

        Returns:
        The name of the dedicated IP pool to associate with the configuration set.
      • withSendingPoolName

        public PutConfigurationSetDeliveryOptionsRequest withSendingPoolName(String sendingPoolName)

        The name of the dedicated IP pool to associate with the configuration set.

        Parameters:
        sendingPoolName - The name of the dedicated IP pool to associate with the configuration set.
        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 によって変換されたページ (->オリジナル) /