public static interface RouteTable.Builder extends CopyableBuilder<RouteTable.Builder,RouteTable>
Modifier and Type | Method and Description |
---|---|
RouteTable.Builder |
associations(Collection<RouteTableAssociation> associations)
The associations between the route table and one or more subnets.
|
RouteTable.Builder |
associations(RouteTableAssociation... associations)
The associations between the route table and one or more subnets.
|
RouteTable.Builder |
propagatingVgws(Collection<PropagatingVgw> propagatingVgws)
Any virtual private gateway (VGW) propagating routes.
|
RouteTable.Builder |
propagatingVgws(PropagatingVgw... propagatingVgws)
Any virtual private gateway (VGW) propagating routes.
|
RouteTable.Builder |
routes(Collection<Route> routes)
The routes in the route table.
|
RouteTable.Builder |
routes(Route... routes)
The routes in the route table.
|
RouteTable.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
RouteTable.Builder |
tags(Collection<Tag> tags)
Any tags assigned to the route table.
|
RouteTable.Builder |
tags(Tag... tags)
Any tags assigned to the route table.
|
RouteTable.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
copy
apply, build
RouteTable.Builder associations(Collection<RouteTableAssociation> associations)
The associations between the route table and one or more subnets.
associations
- The associations between the route table and one or more subnets.RouteTable.Builder associations(RouteTableAssociation... associations)
The associations between the route table and one or more subnets.
associations
- The associations between the route table and one or more subnets.RouteTable.Builder propagatingVgws(Collection<PropagatingVgw> propagatingVgws)
Any virtual private gateway (VGW) propagating routes.
propagatingVgws
- Any virtual private gateway (VGW) propagating routes.RouteTable.Builder propagatingVgws(PropagatingVgw... propagatingVgws)
Any virtual private gateway (VGW) propagating routes.
propagatingVgws
- Any virtual private gateway (VGW) propagating routes.RouteTable.Builder routeTableId(String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.RouteTable.Builder routes(Collection<Route> routes)
The routes in the route table.
routes
- The routes in the route table.RouteTable.Builder routes(Route... routes)
The routes in the route table.
routes
- The routes in the route table.RouteTable.Builder tags(Collection<Tag> tags)
Any tags assigned to the route table.
tags
- Any tags assigned to the route table.RouteTable.Builder tags(Tag... tags)
Any tags assigned to the route table.
tags
- Any tags assigned to the route table.RouteTable.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.