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