public static interface ProvisionPublicIpv4PoolCidrResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ProvisionPublicIpv4PoolCidrResponse.Builder,ProvisionPublicIpv4PoolCidrResponse>
| Modifier and Type | Method and Description |
|---|---|
default ProvisionPublicIpv4PoolCidrResponse.Builder |
poolAddressRange(Consumer<PublicIpv4PoolRange.Builder> poolAddressRange)
Information about the address range of the public IPv4 pool.
|
ProvisionPublicIpv4PoolCidrResponse.Builder |
poolAddressRange(PublicIpv4PoolRange poolAddressRange)
Information about the address range of the public IPv4 pool.
|
ProvisionPublicIpv4PoolCidrResponse.Builder |
poolId(String poolId)
The ID of the pool that you want to provision the CIDR to.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildProvisionPublicIpv4PoolCidrResponse.Builder poolId(String poolId)
The ID of the pool that you want to provision the CIDR to.
poolId - The ID of the pool that you want to provision the CIDR to.ProvisionPublicIpv4PoolCidrResponse.Builder poolAddressRange(PublicIpv4PoolRange poolAddressRange)
Information about the address range of the public IPv4 pool.
poolAddressRange - Information about the address range of the public IPv4 pool.default ProvisionPublicIpv4PoolCidrResponse.Builder poolAddressRange(Consumer<PublicIpv4PoolRange.Builder> poolAddressRange)
Information about the address range of the public IPv4 pool.
This is a convenience method that creates an instance of thePublicIpv4PoolRange.Builder avoiding the
need to create one manually via PublicIpv4PoolRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to poolAddressRange(PublicIpv4PoolRange).
poolAddressRange - a consumer that will call methods on PublicIpv4PoolRange.BuilderpoolAddressRange(PublicIpv4PoolRange)Copyright © 2022. All rights reserved.