public static interface MoveByoipCidrToIpamRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<MoveByoipCidrToIpamRequest.Builder,MoveByoipCidrToIpamRequest>
| Modifier and Type | Method and Description |
|---|---|
MoveByoipCidrToIpamRequest.Builder |
cidr(String cidr)
The BYOIP CIDR.
|
MoveByoipCidrToIpamRequest.Builder |
dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response.
|
MoveByoipCidrToIpamRequest.Builder |
ipamPoolId(String ipamPoolId)
The IPAM pool ID.
|
MoveByoipCidrToIpamRequest.Builder |
ipamPoolOwner(String ipamPoolOwner)
The Amazon Web Services account ID of the owner of the IPAM pool.
|
MoveByoipCidrToIpamRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
MoveByoipCidrToIpamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildMoveByoipCidrToIpamRequest.Builder dryRun(Boolean dryRun)
A check for whether you have the required permissions for the action without actually making the request and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - A check for whether you have the required permissions for the action without actually making the
request and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.MoveByoipCidrToIpamRequest.Builder cidr(String cidr)
The BYOIP CIDR.
cidr - The BYOIP CIDR.MoveByoipCidrToIpamRequest.Builder ipamPoolId(String ipamPoolId)
The IPAM pool ID.
ipamPoolId - The IPAM pool ID.MoveByoipCidrToIpamRequest.Builder ipamPoolOwner(String ipamPoolOwner)
The Amazon Web Services account ID of the owner of the IPAM pool.
ipamPoolOwner - The Amazon Web Services account ID of the owner of the IPAM pool.MoveByoipCidrToIpamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderMoveByoipCidrToIpamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.