public static final class CfnGatewayRouteTableAssociationProps.Builder
extends java.lang.Object
CfnGatewayRouteTableAssociationProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnGatewayRouteTableAssociationProps |
build()
Builds the configured instance.
|
CfnGatewayRouteTableAssociationProps.Builder |
gatewayId(java.lang.String gatewayId)
Sets the value of
CfnGatewayRouteTableAssociationProps.getGatewayId() |
CfnGatewayRouteTableAssociationProps.Builder |
routeTableId(java.lang.String routeTableId)
Sets the value of
CfnGatewayRouteTableAssociationProps.getRouteTableId() |
public CfnGatewayRouteTableAssociationProps.Builder gatewayId(java.lang.String gatewayId)
CfnGatewayRouteTableAssociationProps.getGatewayId()
gatewayId
- The ID of the gateway. This parameter is required.this
public CfnGatewayRouteTableAssociationProps.Builder routeTableId(java.lang.String routeTableId)
CfnGatewayRouteTableAssociationProps.getRouteTableId()
routeTableId
- The ID of the route table. This parameter is required.this
public CfnGatewayRouteTableAssociationProps build()
CfnGatewayRouteTableAssociationProps
java.lang.NullPointerException
- if any required attribute was not provided