public static interface PutDedicatedIpWarmupAttributesRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<PutDedicatedIpWarmupAttributesRequest.Builder,PutDedicatedIpWarmupAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
PutDedicatedIpWarmupAttributesRequest.Builder |
ip(String ip)
The dedicated IP address that you want to update the warm-up attributes for.
|
PutDedicatedIpWarmupAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutDedicatedIpWarmupAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PutDedicatedIpWarmupAttributesRequest.Builder |
warmupPercentage(Integer warmupPercentage)
The warm-up percentage that you want to associate with the dedicated IP address.
|
buildoverrideConfigurationcopyapplyMutation, buildPutDedicatedIpWarmupAttributesRequest.Builder ip(String ip)
The dedicated IP address that you want to update the warm-up attributes for.
ip - The dedicated IP address that you want to update the warm-up attributes for.PutDedicatedIpWarmupAttributesRequest.Builder warmupPercentage(Integer warmupPercentage)
The warm-up percentage that you want to associate with the dedicated IP address.
warmupPercentage - The warm-up percentage that you want to associate with the dedicated IP address.PutDedicatedIpWarmupAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PutDedicatedIpWarmupAttributesRequest.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.