public static interface PutConfigurationSetDeliveryOptionsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutConfigurationSetDeliveryOptionsRequest.Builder,PutConfigurationSetDeliveryOptionsRequest>
Modifier and Type | Method and Description |
---|---|
PutConfigurationSetDeliveryOptionsRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set to associate with a dedicated IP pool.
|
PutConfigurationSetDeliveryOptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutConfigurationSetDeliveryOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutConfigurationSetDeliveryOptionsRequest.Builder |
sendingPoolName(String sendingPoolName)
The name of the dedicated IP pool to associate with the configuration set.
|
PutConfigurationSetDeliveryOptionsRequest.Builder |
tlsPolicy(String tlsPolicy)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
PutConfigurationSetDeliveryOptionsRequest.Builder |
tlsPolicy(TlsPolicy tlsPolicy)
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutConfigurationSetDeliveryOptionsRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set to associate with a dedicated IP pool.
configurationSetName
- The name of the configuration set to associate with a dedicated IP pool.PutConfigurationSetDeliveryOptionsRequest.Builder tlsPolicy(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.
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.TlsPolicy
,
TlsPolicy
PutConfigurationSetDeliveryOptionsRequest.Builder tlsPolicy(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.
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.TlsPolicy
,
TlsPolicy
PutConfigurationSetDeliveryOptionsRequest.Builder sendingPoolName(String sendingPoolName)
The name of the dedicated IP pool to associate with the configuration set.
sendingPoolName
- The name of the dedicated IP pool to associate with the configuration set.PutConfigurationSetDeliveryOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutConfigurationSetDeliveryOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.