public static interface ModifyIpamResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyIpamResponse.Builder,ModifyIpamResponse>
Modifier and Type | Method and Description |
---|---|
default ModifyIpamResponse.Builder |
ipam(Consumer<Ipam.Builder> ipam)
The results of the modification.
|
ModifyIpamResponse.Builder |
ipam(Ipam ipam)
The results of the modification.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyIpamResponse.Builder ipam(Ipam ipam)
The results of the modification.
ipam
- The results of the modification.default ModifyIpamResponse.Builder ipam(Consumer<Ipam.Builder> ipam)
The results of the modification.
This is a convenience method that creates an instance of theIpam.Builder
avoiding the need to create
one manually via Ipam.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to ipam(Ipam)
.
ipam
- a consumer that will call methods on Ipam.Builder
ipam(Ipam)
Copyright © 2023. All rights reserved.