Interface MoveByoipCidrToIpamRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<MoveByoipCidrToIpamRequest.Builder,MoveByoipCidrToIpamRequest>,Ec2Request.Builder,SdkBuilder<MoveByoipCidrToIpamRequest.Builder,MoveByoipCidrToIpamRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- MoveByoipCidrToIpamRequest
public static interface MoveByoipCidrToIpamRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<MoveByoipCidrToIpamRequest.Builder,MoveByoipCidrToIpamRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MoveByoipCidrToIpamRequest.Buildercidr(String cidr)The BYOIP CIDR.MoveByoipCidrToIpamRequest.BuilderdryRun(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.BuilderipamPoolId(String ipamPoolId)The IPAM pool ID.MoveByoipCidrToIpamRequest.BuilderipamPoolOwner(String ipamPoolOwner)The Amazon Web Services account ID of the owner of the IPAM pool.MoveByoipCidrToIpamRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)MoveByoipCidrToIpamRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dryRun
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. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
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 isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidr
MoveByoipCidrToIpamRequest.Builder cidr(String cidr)
The BYOIP CIDR.
- Parameters:
cidr- The BYOIP CIDR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPoolId
MoveByoipCidrToIpamRequest.Builder ipamPoolId(String ipamPoolId)
The IPAM pool ID.
- Parameters:
ipamPoolId- The IPAM pool ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamPoolOwner
MoveByoipCidrToIpamRequest.Builder ipamPoolOwner(String ipamPoolOwner)
The Amazon Web Services account ID of the owner of the IPAM pool.
- Parameters:
ipamPoolOwner- The Amazon Web Services account ID of the owner of the IPAM pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
MoveByoipCidrToIpamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
MoveByoipCidrToIpamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-