public static interface PutAccountDedicatedIpWarmupAttributesRequest.Builder extends SesV2Request.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 SES account in the current AWS Region.
|
PutAccountDedicatedIpWarmupAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAccountDedicatedIpWarmupAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
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 SES 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 SES 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)
overrideConfiguration
in interface AwsRequest.Builder
PutAccountDedicatedIpWarmupAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.