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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateIpamResponse.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 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.