public static interface RouteTableAssociation.Builder extends CopyableBuilder<RouteTableAssociation.Builder,RouteTableAssociation>
| Modifier and Type | Method and Description |
|---|---|
RouteTableAssociation.Builder |
main(Boolean main)
Indicates whether this is the main route table.
|
RouteTableAssociation.Builder |
routeTableAssociationId(String routeTableAssociationId)
The ID of the association between a route table and a subnet.
|
RouteTableAssociation.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
RouteTableAssociation.Builder |
subnetId(String subnetId)
The ID of the subnet.
|
copyapply, buildRouteTableAssociation.Builder main(Boolean main)
Indicates whether this is the main route table.
main - Indicates whether this is the main route table.RouteTableAssociation.Builder routeTableAssociationId(String routeTableAssociationId)
The ID of the association between a route table and a subnet.
routeTableAssociationId - The ID of the association between a route table and a subnet.RouteTableAssociation.Builder routeTableId(String routeTableId)
The ID of the route table.
routeTableId - The ID of the route table.RouteTableAssociation.Builder subnetId(String subnetId)
The ID of the subnet. A subnet ID is not returned for an implicit association.
subnetId - The ID of the subnet. A subnet ID is not returned for an implicit association.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.