@Stability(value=Stable) public static final class CfnGatewayRouteTableAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGatewayRouteTableAssociationProps>
CfnGatewayRouteTableAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGatewayRouteTableAssociationProps |
build()
Builds the configured instance.
|
CfnGatewayRouteTableAssociationProps.Builder |
gatewayId(String gatewayId)
Sets the value of
CfnGatewayRouteTableAssociationProps.getGatewayId() |
CfnGatewayRouteTableAssociationProps.Builder |
routeTableId(String routeTableId)
Sets the value of
CfnGatewayRouteTableAssociationProps.getRouteTableId() |
@Stability(value=Stable) public CfnGatewayRouteTableAssociationProps.Builder gatewayId(String gatewayId)
CfnGatewayRouteTableAssociationProps.getGatewayId()gatewayId - The ID of the gateway. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteTableAssociationProps.Builder routeTableId(String routeTableId)
CfnGatewayRouteTableAssociationProps.getRouteTableId()routeTableId - The ID of the route table. This parameter is required.this@Stability(value=Stable) public CfnGatewayRouteTableAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnGatewayRouteTableAssociationProps>CfnGatewayRouteTableAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.