| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static LocalGatewayRouteTableVpcAssociation.Builder |
LocalGatewayRouteTableVpcAssociation.builder() |
LocalGatewayRouteTableVpcAssociation.Builder |
LocalGatewayRouteTableVpcAssociation.Builder.localGatewayId(String localGatewayId)
The ID of the local gateway.
|
LocalGatewayRouteTableVpcAssociation.Builder |
LocalGatewayRouteTableVpcAssociation.Builder.localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
LocalGatewayRouteTableVpcAssociation.Builder |
LocalGatewayRouteTableVpcAssociation.Builder.localGatewayRouteTableVpcAssociationId(String localGatewayRouteTableVpcAssociationId)
The ID of the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
LocalGatewayRouteTableVpcAssociation.Builder.state(String state)
The state of the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
LocalGatewayRouteTableVpcAssociation.toBuilder() |
LocalGatewayRouteTableVpcAssociation.Builder |
LocalGatewayRouteTableVpcAssociation.Builder.vpcId(String vpcId)
The ID of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LocalGatewayRouteTableVpcAssociation.Builder> |
LocalGatewayRouteTableVpcAssociation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder |
DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder.localGatewayRouteTableVpcAssociation(Consumer<LocalGatewayRouteTableVpcAssociation.Builder> localGatewayRouteTableVpcAssociation)
Information about the association.
|
default CreateLocalGatewayRouteTableVpcAssociationResponse.Builder |
CreateLocalGatewayRouteTableVpcAssociationResponse.Builder.localGatewayRouteTableVpcAssociation(Consumer<LocalGatewayRouteTableVpcAssociation.Builder> localGatewayRouteTableVpcAssociation)
Information about the association.
|
Copyright © 2020. All rights reserved.