Interface PutAccountDedicatedIpWarmupAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutAccountDedicatedIpWarmupAttributesRequest.Builder,PutAccountDedicatedIpWarmupAttributesRequest>
,SdkBuilder<PutAccountDedicatedIpWarmupAttributesRequest.Builder,PutAccountDedicatedIpWarmupAttributesRequest>
,SdkPojo
,SdkRequest.Builder
,SesV2Request.Builder
- Enclosing class:
- PutAccountDedicatedIpWarmupAttributesRequest
public static interface PutAccountDedicatedIpWarmupAttributesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutAccountDedicatedIpWarmupAttributesRequest.Builder,PutAccountDedicatedIpWarmupAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 Amazon Web Services Region.PutAccountDedicatedIpWarmupAttributesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
PutAccountDedicatedIpWarmupAttributesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
autoWarmupEnabled
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 Amazon Web Services Region. Set to
true
to enable the automatic warm-up feature, or set tofalse
to 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 totrue
to enable the automatic warm-up feature, or set tofalse
to 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
PutAccountDedicatedIpWarmupAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-