public static interface CreateLocalGatewayRouteTableVpcAssociationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateLocalGatewayRouteTableVpcAssociationRequest.Builder,CreateLocalGatewayRouteTableVpcAssociationRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder localGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
localGatewayRouteTableId
- The ID of the local gateway route table.CreateLocalGatewayRouteTableVpcAssociationRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.CreateLocalGatewayRouteTableVpcAssociationRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the local gateway route table VPC association.
tagSpecifications
- The tags to assign to the local gateway route table VPC association.CreateLocalGatewayRouteTableVpcAssociationRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the local gateway route table VPC association.
tagSpecifications
- The tags to assign to the local gateway route table VPC association.CreateLocalGatewayRouteTableVpcAssociationRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the local gateway route table VPC association.
This is a convenience method that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #tagSpecifications(List)
.tagSpecifications
- a consumer that will call methods on List.Builder
#tagSpecifications(List)
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateLocalGatewayRouteTableVpcAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.