Interface PutAccountDedicatedIpWarmupAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutAccountDedicatedIpWarmupAttributesRequest.Builder,,PutAccountDedicatedIpWarmupAttributesRequest> SdkBuilder<PutAccountDedicatedIpWarmupAttributesRequest.Builder,,PutAccountDedicatedIpWarmupAttributesRequest> SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- PutAccountDedicatedIpWarmupAttributesRequest
@Mutable
@NotThreadSafe
public static interface PutAccountDedicatedIpWarmupAttributesRequest.Builder
extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutAccountDedicatedIpWarmupAttributesRequest.Builder,PutAccountDedicatedIpWarmupAttributesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionautoWarmupEnabled(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 Amazon Web Services Region.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
Method Details
-
autoWarmupEnabled
Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon SES account in the current Amazon Web Services Region. Set to
trueto enable the automatic warm-up feature, or set tofalseto disable it.- Parameters:
autoWarmupEnabled- Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon SES account in the current Amazon Web Services Region. Set totrueto enable the automatic warm-up feature, or set tofalseto disable it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutAccountDedicatedIpWarmupAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutAccountDedicatedIpWarmupAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-