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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyIpamResponse.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 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.Builderipam(Ipam)Copyright © 2021. All rights reserved.