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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoipCidr.Builder
cidr(String cidr)
An address range in a customer-owned IP address space.CoipCidr.Builder
coipPoolId(String coipPoolId)
The ID of the address pool.CoipCidr.Builder
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cidr
CoipCidr.Builder cidr(String 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
CoipCidr.Builder coipPoolId(String 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
CoipCidr.Builder localGatewayRouteTableId(String 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.
-
-