public static interface PutDedicatedIpInPoolRequest.Builder extends SesV2Request.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) |
PutDedicatedIpInPoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutDedicatedIpInPoolRequest.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 Web Services 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 Web Services 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)
overrideConfiguration in interface AwsRequest.BuilderPutDedicatedIpInPoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.