ToCopyableBuilder<RouteTable.Builder,RouteTable>
@Generated("software.amazon.awssdk:codegen") public class RouteTable extends Object implements ToCopyableBuilder<RouteTable.Builder,RouteTable>
Describes a route table.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RouteTable.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<RouteTableAssociation> |
associations() |
The associations between the route table and one or more subnets.
|
static RouteTable.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<PropagatingVgw> |
propagatingVgws() |
Any virtual private gateway (VGW) propagating routes.
|
List<Route> |
routes() |
The routes in the route table.
|
String |
routeTableId() |
The ID of the route table.
|
static Class<? extends RouteTable.Builder> |
serializableBuilderClass() |
|
List<Tag> |
tags() |
Any tags assigned to the route table.
|
RouteTable.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
The ID of the VPC.
|
public List<RouteTableAssociation> associations()
The associations between the route table and one or more subnets.
public List<PropagatingVgw> propagatingVgws()
Any virtual private gateway (VGW) propagating routes.
public String routeTableId()
The ID of the route table.
public List<Route> routes()
The routes in the route table.
public List<Tag> tags()
Any tags assigned to the route table.
public String vpcId()
The ID of the VPC.
public RouteTable.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RouteTable.Builder,RouteTable>
public static RouteTable.Builder builder()
public static Class<? extends RouteTable.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.