public static interface CreateIpamResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateIpamResponse.Builder,CreateIpamResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateIpamResponse.Builder |
ipam(Consumer<Ipam.Builder> ipam)
Information about the IPAM created.
|
CreateIpamResponse.Builder |
ipam(Ipam ipam)
Information about the IPAM created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIpamResponse.Builder ipam(Ipam ipam)
Information about the IPAM created.
ipam - Information about the IPAM created.default CreateIpamResponse.Builder ipam(Consumer<Ipam.Builder> ipam)
Information about the IPAM created.
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.