public static interface DeleteIpamResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteIpamResponse.Builder,DeleteIpamResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteIpamResponse.Builder |
ipam(Consumer<Ipam.Builder> ipam)
Information about the results of the deletion.
|
DeleteIpamResponse.Builder |
ipam(Ipam ipam)
Information about the results of the deletion.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteIpamResponse.Builder ipam(Ipam ipam)
Information about the results of the deletion.
ipam - Information about the results of the deletion.default DeleteIpamResponse.Builder ipam(Consumer<Ipam.Builder> ipam)
Information about the results of the deletion.
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 © 2022. All rights reserved.