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 method that creates an instance of theCoipAddressUsage.Builder avoiding the need to create one
manually via CoipAddressUsage.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #coipAddressUsages(List.
coipAddressUsages - a consumer that will call methods on
CoipAddressUsage.Builder#coipAddressUsages(java.util.Collection) GetCoipPoolUsageResponse.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.Copyright © 2023. All rights reserved.