public static interface CreateCoipCidrResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateCoipCidrResponse.Builder,CreateCoipCidrResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCoipCidrResponse.Builder |
coipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
|
default CreateCoipCidrResponse.Builder |
coipCidr(Consumer<CoipCidr.Builder> coipCidr)
Information about a range of customer-owned IP addresses.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCoipCidrResponse.Builder coipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
coipCidr - Information about a range of customer-owned IP addresses.default CreateCoipCidrResponse.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 © 2023. All rights reserved.