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)
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with
Transport Layer Security (TLS).
|
PutConfigurationSetDeliveryOptionsRequest.Builder |
tlsPolicy(TlsPolicy tlsPolicy)
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with
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)
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).
PutConfigurationSetDeliveryOptionsRequest.Builder tlsPolicy(TlsPolicy tlsPolicy)
Whether Amazon Pinpoint should require that incoming email is delivered over a connection encrypted with Transport Layer Security (TLS).
PutConfigurationSetDeliveryOptionsRequest.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 © 2019. All rights reserved.