public static interface ModifyIpamPoolResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyIpamPoolResponse.Builder,ModifyIpamPoolResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyIpamPoolResponse.Builder |
ipamPool(Consumer<IpamPool.Builder> ipamPool)
The results of the modification.
|
ModifyIpamPoolResponse.Builder |
ipamPool(IpamPool ipamPool)
The results of the modification.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyIpamPoolResponse.Builder ipamPool(IpamPool ipamPool)
The results of the modification.
ipamPool - The results of the modification.default ModifyIpamPoolResponse.Builder ipamPool(Consumer<IpamPool.Builder> ipamPool)
The results of the modification.
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 © 2022. All rights reserved.