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