public static interface RouteTableAssociation.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
RouteTableAssociation.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 © 2019. All rights reserved.