public static interface PutAccountDedicatedIpWarmupAttributesRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<PutAccountDedicatedIpWarmupAttributesRequest.Builder,PutAccountDedicatedIpWarmupAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
PutAccountDedicatedIpWarmupAttributesRequest.Builder |
autoWarmupEnabled(Boolean autoWarmupEnabled)
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your
Amazon Pinpoint account in the current AWS Region.
|
PutAccountDedicatedIpWarmupAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutAccountDedicatedIpWarmupAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildPutAccountDedicatedIpWarmupAttributesRequest.Builder autoWarmupEnabled(Boolean autoWarmupEnabled)
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your
Amazon Pinpoint account in the current AWS Region. Set to true to enable the automatic warm-up
feature, or set to false to disable it.
autoWarmupEnabled - Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with
your Amazon Pinpoint account in the current AWS Region. Set to true to enable the
automatic warm-up feature, or set to false to disable it.PutAccountDedicatedIpWarmupAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PutAccountDedicatedIpWarmupAttributesRequest.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.