public static interface WithdrawByoipCidrResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<WithdrawByoipCidrResponse.Builder,WithdrawByoipCidrResponse>
| Modifier and Type | Method and Description |
|---|---|
WithdrawByoipCidrResponse.Builder |
byoipCidr(ByoipCidr byoipCidr)
Information about the address pool.
|
default WithdrawByoipCidrResponse.Builder |
byoipCidr(Consumer<ByoipCidr.Builder> byoipCidr)
Information about the address pool.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildWithdrawByoipCidrResponse.Builder byoipCidr(ByoipCidr byoipCidr)
Information about the address pool.
byoipCidr - Information about the address pool.default WithdrawByoipCidrResponse.Builder byoipCidr(Consumer<ByoipCidr.Builder> byoipCidr)
Information about the address pool.
This is a convenience that creates an instance of theByoipCidr.Builder avoiding the need to create
one manually via ByoipCidr.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to byoipCidr(ByoipCidr).byoipCidr - a consumer that will call methods on ByoipCidr.BuilderbyoipCidr(ByoipCidr)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.