public static interface DeleteIpamPoolResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteIpamPoolResponse.Builder,DeleteIpamPoolResponse>
Modifier and Type | Method and Description |
---|---|
default DeleteIpamPoolResponse.Builder |
ipamPool(Consumer<IpamPool.Builder> ipamPool)
Information about the results of the deletion.
|
DeleteIpamPoolResponse.Builder |
ipamPool(IpamPool ipamPool)
Information about the results of the deletion.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteIpamPoolResponse.Builder ipamPool(IpamPool ipamPool)
Information about the results of the deletion.
ipamPool
- Information about the results of the deletion.default DeleteIpamPoolResponse.Builder ipamPool(Consumer<IpamPool.Builder> ipamPool)
Information about the results of the deletion.
This is a convenience 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.Builder
ipamPool(IpamPool)
Copyright © 2021. All rights reserved.