public static interface AllocateIpamPoolCidrResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AllocateIpamPoolCidrResponse.Builder,AllocateIpamPoolCidrResponse>
| Modifier and Type | Method and Description |
|---|---|
default AllocateIpamPoolCidrResponse.Builder |
ipamPoolAllocation(Consumer<IpamPoolAllocation.Builder> ipamPoolAllocation)
Information about the allocation created.
|
AllocateIpamPoolCidrResponse.Builder |
ipamPoolAllocation(IpamPoolAllocation ipamPoolAllocation)
Information about the allocation created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAllocateIpamPoolCidrResponse.Builder ipamPoolAllocation(IpamPoolAllocation ipamPoolAllocation)
Information about the allocation created.
ipamPoolAllocation - Information about the allocation created.default AllocateIpamPoolCidrResponse.Builder ipamPoolAllocation(Consumer<IpamPoolAllocation.Builder> ipamPoolAllocation)
Information about the allocation created.
This is a convenience method that creates an instance of theIpamPoolAllocation.Builder avoiding the
need to create one manually via IpamPoolAllocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to ipamPoolAllocation(IpamPoolAllocation).ipamPoolAllocation - a consumer that will call methods on IpamPoolAllocation.BuilderipamPoolAllocation(IpamPoolAllocation)Copyright © 2022. All rights reserved.