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.
|
build
overrideConfiguration
copy
applyMutation, build
PutDedicatedIpWarmupAttributesRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutDedicatedIpWarmupAttributesRequest.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.