public static interface CreateTransitGatewayRouteTableAttachmentRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayRouteTableAttachmentRequest.Builder,CreateTransitGatewayRouteTableAttachmentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTransitGatewayRouteTableAttachmentRequest.Builder peeringId(String peeringId)
The ID of the peer for the
peeringId - The ID of the peer for theCreateTransitGatewayRouteTableAttachmentRequest.Builder transitGatewayRouteTableArn(String transitGatewayRouteTableArn)
The ARN of the transit gateway route table for the attachment request. For example,
"TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"
.
transitGatewayRouteTableArn - The ARN of the transit gateway route table for the attachment request. For example,
"TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"
.CreateTransitGatewayRouteTableAttachmentRequest.Builder tags(Collection<Tag> tags)
The list of key-value tags associated with the request.
tags - The list of key-value tags associated with the request.CreateTransitGatewayRouteTableAttachmentRequest.Builder tags(Tag... tags)
The list of key-value tags associated with the request.
tags - The list of key-value tags associated with the request.CreateTransitGatewayRouteTableAttachmentRequest.Builder tags(Consumer<Tag.Builder>... tags)
The list of key-value tags associated with the request.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateTransitGatewayRouteTableAttachmentRequest.Builder clientToken(String clientToken)
The client token associated with the request.
clientToken - The client token associated with the request.CreateTransitGatewayRouteTableAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTransitGatewayRouteTableAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.