@Stability(value=External) public static final class CfnGatewayRouteTableAssociationProps.Builder extends Object
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=External) public CfnGatewayRouteTableAssociationProps.Builder gatewayId(String gatewayId)
CfnGatewayRouteTableAssociationProps.getGatewayId()
gatewayId
- `AWS::EC2::GatewayRouteTableAssociation.GatewayId`. This parameter is required.this
@Stability(value=External) public CfnGatewayRouteTableAssociationProps.Builder routeTableId(String routeTableId)
CfnGatewayRouteTableAssociationProps.getRouteTableId()
routeTableId
- `AWS::EC2::GatewayRouteTableAssociation.RouteTableId`. This parameter is required.this
@Stability(value=External) public CfnGatewayRouteTableAssociationProps build()
CfnGatewayRouteTableAssociationProps
NullPointerException
- if any required attribute was not providedCopyright © 2020. All rights reserved.