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)
Add an optional request override configuration.
|
PutConfigurationSetDeliveryOptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PutConfigurationSetDeliveryOptionsRequest.Builder |
sendingPoolName(String sendingPoolName)
The name of the dedicated IP pool that you want to associate with the configuration set.
|
buildoverrideConfigurationcopyapplyMutation, 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 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PutConfigurationSetDeliveryOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.