Interface CreateTransitGatewayRouteTableAttachmentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTransitGatewayRouteTableAttachmentRequest.Builder,,CreateTransitGatewayRouteTableAttachmentRequest> NetworkManagerRequest.Builder,SdkBuilder<CreateTransitGatewayRouteTableAttachmentRequest.Builder,,CreateTransitGatewayRouteTableAttachmentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateTransitGatewayRouteTableAttachmentRequest
@Mutable
@NotThreadSafe
public static interface CreateTransitGatewayRouteTableAttachmentRequest.Builder
extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayRouteTableAttachmentRequest.Builder,CreateTransitGatewayRouteTableAttachmentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) The client token associated with the request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the peer for theroutingPolicyLabel(String routingPolicyLabel) The routing policy label to apply to the Transit Gateway route table attachment for traffic routing decisions.tags(Collection<Tag> tags) The list of key-value tags associated with the request.tags(Consumer<Tag.Builder>... tags) The list of key-value tags associated with the request.The list of key-value tags associated with the request.transitGatewayRouteTableArn(String transitGatewayRouteTableArn) The ARN of the transit gateway route table for the attachment request.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
peeringId
The ID of the peer for the
- Parameters:
peeringId- The ID of the peer for the- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayRouteTableArn
CreateTransitGatewayRouteTableAttachmentRequest.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".- Parameters:
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".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routingPolicyLabel
CreateTransitGatewayRouteTableAttachmentRequest.Builder routingPolicyLabel(String routingPolicyLabel) The routing policy label to apply to the Transit Gateway route table attachment for traffic routing decisions.
- Parameters:
routingPolicyLabel- The routing policy label to apply to the Transit Gateway route table attachment for traffic routing decisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of key-value tags associated with the request.
- Parameters:
tags- The list of key-value tags associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of key-value tags associated with the request.
- Parameters:
tags- The list of key-value tags associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The list of key-value tags associated with the request.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
The client token associated with the request.
- Parameters:
clientToken- The client token associated with the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateTransitGatewayRouteTableAttachmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateTransitGatewayRouteTableAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-