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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyIpamPoolResponse.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.Builder
ipamPool(IpamPool)
Copyright © 2023. All rights reserved.