public static interface DeleteCoipCidrResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteCoipCidrResponse.Builder,DeleteCoipCidrResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteCoipCidrResponse.Builder |
coipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
|
default DeleteCoipCidrResponse.Builder |
coipCidr(Consumer<CoipCidr.Builder> coipCidr)
Information about a range of customer-owned IP addresses.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCoipCidrResponse.Builder coipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
coipCidr - Information about a range of customer-owned IP addresses.default DeleteCoipCidrResponse.Builder coipCidr(Consumer<CoipCidr.Builder> coipCidr)
Information about a range of customer-owned IP addresses.
This is a convenience method that creates an instance of theCoipCidr.Builder avoiding the need to
create one manually via CoipCidr.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to coipCidr(CoipCidr).
coipCidr - a consumer that will call methods on CoipCidr.BuildercoipCidr(CoipCidr)Copyright © 2022. All rights reserved.