| 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.localGatewayRouteTableArn(String localGatewayRouteTableArn)
The Amazon Resource Name (ARN) of the local gateway route table for the association.
|
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.ownerId(String ownerId)
The AWS account ID that owns the local gateway route table for the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
LocalGatewayRouteTableVpcAssociation.Builder.state(String state)
The state of the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
LocalGatewayRouteTableVpcAssociation.Builder.tags(Collection<Tag> tags)
The tags assigned to the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
LocalGatewayRouteTableVpcAssociation.Builder.tags(Consumer<Tag.Builder>... tags)
The tags assigned to the association.
|
LocalGatewayRouteTableVpcAssociation.Builder |
LocalGatewayRouteTableVpcAssociation.Builder.tags(Tag... tags)
The tags assigned to 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 CreateLocalGatewayRouteTableVpcAssociationResponse.Builder |
CreateLocalGatewayRouteTableVpcAssociationResponse.Builder.localGatewayRouteTableVpcAssociation(Consumer<LocalGatewayRouteTableVpcAssociation.Builder> localGatewayRouteTableVpcAssociation)
Information about the association.
|
default DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder |
DeleteLocalGatewayRouteTableVpcAssociationResponse.Builder.localGatewayRouteTableVpcAssociation(Consumer<LocalGatewayRouteTableVpcAssociation.Builder> localGatewayRouteTableVpcAssociation)
Information about the association.
|
Copyright © 2021. All rights reserved.