public static interface GetCoipPoolUsageResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetCoipPoolUsageResponse.Builder,GetCoipPoolUsageResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCoipPoolUsageResponse.Builder |
coipAddressUsages(CoipAddressUsage... coipAddressUsages)
Information about the address usage.
|
GetCoipPoolUsageResponse.Builder |
coipAddressUsages(Collection<CoipAddressUsage> coipAddressUsages)
Information about the address usage.
|
GetCoipPoolUsageResponse.Builder |
coipAddressUsages(Consumer<CoipAddressUsage.Builder>... coipAddressUsages)
Information about the address usage.
|
GetCoipPoolUsageResponse.Builder |
coipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
|
GetCoipPoolUsageResponse.Builder |
localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCoipPoolUsageResponse.Builder coipPoolId(String coipPoolId)
The ID of the customer-owned address pool.
coipPoolId - The ID of the customer-owned address pool.GetCoipPoolUsageResponse.Builder coipAddressUsages(Collection<CoipAddressUsage> coipAddressUsages)
Information about the address usage.
coipAddressUsages - Information about the address usage.GetCoipPoolUsageResponse.Builder coipAddressUsages(CoipAddressUsage... coipAddressUsages)
Information about the address usage.
coipAddressUsages - Information about the address usage.GetCoipPoolUsageResponse.Builder coipAddressUsages(Consumer<CoipAddressUsage.Builder>... coipAddressUsages)
Information about the address usage.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #coipAddressUsages(List) .coipAddressUsages - a consumer that will call methods on List.Builder #coipAddressUsages(List) GetCoipPoolUsageResponse.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.Copyright © 2020. All rights reserved.