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)
Sets the value of the PoolAddressRange property for this object.
|
ProvisionPublicIpv4PoolCidrResponse.Builder |
poolAddressRange(PublicIpv4PoolRange poolAddressRange)
Sets the value of the PoolAddressRange property for this object.
|
ProvisionPublicIpv4PoolCidrResponse.Builder |
poolId(String poolId)
The ID of the pool that you want to provision the CIDR to.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ProvisionPublicIpv4PoolCidrResponse.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)
poolAddressRange
- The new value for the PoolAddressRange property for this object.default ProvisionPublicIpv4PoolCidrResponse.Builder poolAddressRange(Consumer<PublicIpv4PoolRange.Builder> poolAddressRange)
PublicIpv4PoolRange.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.Builder
poolAddressRange(PublicIpv4PoolRange)
Copyright © 2022. All rights reserved.