Interface CoipCidr.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CoipCidr.Builder,
,CoipCidr> SdkBuilder<CoipCidr.Builder,
,CoipCidr> SdkPojo
- Enclosing class:
CoipCidr
public static interface CoipCidr.Builder
extends SdkPojo, CopyableBuilder<CoipCidr.Builder,CoipCidr>
-
Method Summary
Modifier and TypeMethodDescriptionAn address range in a customer-owned IP address space.coipPoolId
(String coipPoolId) The ID of the address pool.localGatewayRouteTableId
(String localGatewayRouteTableId) The ID of the local gateway route table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
cidr
An address range in a customer-owned IP address space.
- Parameters:
cidr
- An address range in a customer-owned IP address space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
coipPoolId
The ID of the address pool.
- Parameters:
coipPoolId
- The ID of the address pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGatewayRouteTableId
The ID of the local gateway route table.
- Parameters:
localGatewayRouteTableId
- The ID of the local gateway route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-