public static interface PutDedicatedIpInPoolRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<PutDedicatedIpInPoolRequest.Builder,PutDedicatedIpInPoolRequest>
Modifier and Type | Method and Description |
---|---|
PutDedicatedIpInPoolRequest.Builder |
destinationPoolName(String destinationPoolName)
The name of the IP pool that you want to add the dedicated IP address to.
|
PutDedicatedIpInPoolRequest.Builder |
ip(String ip)
The IP address that you want to move to the dedicated IP pool.
|
PutDedicatedIpInPoolRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutDedicatedIpInPoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
PutDedicatedIpInPoolRequest.Builder ip(String ip)
The IP address that you want to move to the dedicated IP pool. The value you specify has to be a dedicated IP address that's associated with your Amazon Pinpoint account.
ip
- The IP address that you want to move to the dedicated IP pool. The value you specify has to be a
dedicated IP address that's associated with your Amazon Pinpoint account.PutDedicatedIpInPoolRequest.Builder destinationPoolName(String destinationPoolName)
The name of the IP pool that you want to add the dedicated IP address to. You have to specify an IP pool that already exists.
destinationPoolName
- The name of the IP pool that you want to add the dedicated IP address to. You have to specify an IP
pool that already exists.PutDedicatedIpInPoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutDedicatedIpInPoolRequest.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.