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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
AllocateIpamPoolCidrResponse.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 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.Builder
ipamPoolAllocation(IpamPoolAllocation)
Copyright © 2021. All rights reserved.