ToCopyableBuilder<RouteTableAssociation.Builder,RouteTableAssociation>
@Generated("software.amazon.awssdk:codegen") public class RouteTableAssociation extends Object implements ToCopyableBuilder<RouteTableAssociation.Builder,RouteTableAssociation>
Describes an association between a route table and a subnet.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RouteTableAssociation.Builder |
Modifier and Type | Method | Description |
---|---|---|
static RouteTableAssociation.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
main() |
Indicates whether this is the main route table.
|
String |
routeTableAssociationId() |
The ID of the association between a route table and a subnet.
|
String |
routeTableId() |
The ID of the route table.
|
static Class<? extends RouteTableAssociation.Builder> |
serializableBuilderClass() |
|
String |
subnetId() |
The ID of the subnet.
|
RouteTableAssociation.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Boolean main()
Indicates whether this is the main route table.
public String routeTableAssociationId()
The ID of the association between a route table and a subnet.
public String routeTableId()
The ID of the route table.
public String subnetId()
The ID of the subnet. A subnet ID is not returned for an implicit association.
public RouteTableAssociation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RouteTableAssociation.Builder,RouteTableAssociation>
public static RouteTableAssociation.Builder builder()
public static Class<? extends RouteTableAssociation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.