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.
|
build
overrideConfiguration
copy
applyMutation, build
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. 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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutAccountDedicatedIpWarmupAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.