public static interface LocalGatewayRouteTableVpcAssociation.Builder extends SdkPojo, CopyableBuilder<LocalGatewayRouteTableVpcAssociation.Builder,LocalGatewayRouteTableVpcAssociation>
| Modifier and Type | Method and Description |
|---|---|
LocalGatewayRouteTableVpcAssociation.Builder |
localGatewayId(String localGatewayId)
The ID of the local gateway.
|
LocalGatewayRouteTableVpcAssociation.Builder |
localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
LocalGatewayRouteTableVpcAssociation.Builder |
localGatewayRouteTableVpcAssociationId(String localGatewayRouteTableVpcAssociationId)
The ID of the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
state(String state)
The state of the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocalGatewayRouteTableVpcAssociation.Builder localGatewayRouteTableVpcAssociationId(String localGatewayRouteTableVpcAssociationId)
The ID of the association.
localGatewayRouteTableVpcAssociationId - The ID of the association.LocalGatewayRouteTableVpcAssociation.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId - The ID of the local gateway route table.LocalGatewayRouteTableVpcAssociation.Builder localGatewayId(String localGatewayId)
The ID of the local gateway.
localGatewayId - The ID of the local gateway.LocalGatewayRouteTableVpcAssociation.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.LocalGatewayRouteTableVpcAssociation.Builder state(String state)
The state of the association.
state - The state of the association.Copyright © 2020. All rights reserved.