public static interface ProvisionIpamPoolCidrRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ProvisionIpamPoolCidrRequest.Builder,ProvisionIpamPoolCidrRequest>
| Modifier and Type | Method and Description |
|---|---|
ProvisionIpamPoolCidrRequest.Builder |
cidr(String cidr)
The CIDR you want to assign to the IPAM pool.
|
default ProvisionIpamPoolCidrRequest.Builder |
cidrAuthorizationContext(Consumer<IpamCidrAuthorizationContext.Builder> cidrAuthorizationContext)
A signed document that proves that you are authorized to bring a specified IP address range to Amazon using
BYOIP.
|
ProvisionIpamPoolCidrRequest.Builder |
cidrAuthorizationContext(IpamCidrAuthorizationContext cidrAuthorizationContext)
A signed document that proves that you are authorized to bring a specified IP address range to Amazon using
BYOIP.
|
ProvisionIpamPoolCidrRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ProvisionIpamPoolCidrRequest.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.
|
ProvisionIpamPoolCidrRequest.Builder |
ipamPoolId(String ipamPoolId)
The ID of the IPAM pool to which you want to assign a CIDR.
|
ProvisionIpamPoolCidrRequest.Builder |
netmaskLength(Integer netmaskLength)
The netmask length of the CIDR you'd like to provision to a pool.
|
ProvisionIpamPoolCidrRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ProvisionIpamPoolCidrRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildProvisionIpamPoolCidrRequest.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.ProvisionIpamPoolCidrRequest.Builder ipamPoolId(String ipamPoolId)
The ID of the IPAM pool to which you want to assign a CIDR.
ipamPoolId - The ID of the IPAM pool to which you want to assign a CIDR.ProvisionIpamPoolCidrRequest.Builder cidr(String cidr)
The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.
cidr - The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value
will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.ProvisionIpamPoolCidrRequest.Builder cidrAuthorizationContext(IpamCidrAuthorizationContext cidrAuthorizationContext)
A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option applies to public pools only.
cidrAuthorizationContext - A signed document that proves that you are authorized to bring a specified IP address range to Amazon
using BYOIP. This option applies to public pools only.default ProvisionIpamPoolCidrRequest.Builder cidrAuthorizationContext(Consumer<IpamCidrAuthorizationContext.Builder> cidrAuthorizationContext)
A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option applies to public pools only.
This is a convenience method that creates an instance of theIpamCidrAuthorizationContext.Builder
avoiding the need to create one manually via IpamCidrAuthorizationContext.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to cidrAuthorizationContext(IpamCidrAuthorizationContext).
cidrAuthorizationContext - a consumer that will call methods on IpamCidrAuthorizationContext.BuildercidrAuthorizationContext(IpamCidrAuthorizationContext)ProvisionIpamPoolCidrRequest.Builder netmaskLength(Integer netmaskLength)
The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.
netmaskLength - The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning
Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools.
Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is
required.ProvisionIpamPoolCidrRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For
more information, see Ensuring
Idempotency.ProvisionIpamPoolCidrRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderProvisionIpamPoolCidrRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.