public static interface PutConfigurationSetDeliveryOptionsRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<PutConfigurationSetDeliveryOptionsRequest.Builder,PutConfigurationSetDeliveryOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
PutConfigurationSetDeliveryOptionsRequest.Builder |
configurationSetName(String configurationSetName)
The name of the configuration set that you want 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 that you want 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).
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutConfigurationSetDeliveryOptionsRequest.Builder configurationSetName(String configurationSetName)
The name of the configuration set that you want to associate with a dedicated IP pool.
configurationSetName - The name of the configuration set that you want 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,
TlsPolicyPutConfigurationSetDeliveryOptionsRequest.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,
TlsPolicyPutConfigurationSetDeliveryOptionsRequest.Builder sendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
sendingPoolName - The name of the dedicated IP pool that you want to associate with the configuration set.PutConfigurationSetDeliveryOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutConfigurationSetDeliveryOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.