CopyableBuilder<RouteTable.Builder,RouteTable>
, SdkBuilder<RouteTable.Builder,RouteTable>
public static interface RouteTable.Builder extends CopyableBuilder<RouteTable.Builder,RouteTable>
Modifier and Type | Method | 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.
NOTE: This method appends the values to the existing list (if any). Use
#setAssociations(java.util.Collection)
or #withAssociations(java.util.Collection)
if you want
to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setPropagatingVgws(java.util.Collection)
or #withPropagatingVgws(java.util.Collection)
if
you want to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setRoutes(java.util.Collection)
or #withRoutes(java.util.Collection)
if you want to override
the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
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.