Interface CreateTransitGatewayRouteTableAttachmentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTransitGatewayRouteTableAttachmentRequest.Builder,CreateTransitGatewayRouteTableAttachmentRequest>,NetworkManagerRequest.Builder,SdkBuilder<CreateTransitGatewayRouteTableAttachmentRequest.Builder,CreateTransitGatewayRouteTableAttachmentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateTransitGatewayRouteTableAttachmentRequest
public static interface CreateTransitGatewayRouteTableAttachmentRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateTransitGatewayRouteTableAttachmentRequest.Builder,CreateTransitGatewayRouteTableAttachmentRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
peeringId
CreateTransitGatewayRouteTableAttachmentRequest.Builder peeringId(String 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.
-
tags
CreateTransitGatewayRouteTableAttachmentRequest.Builder tags(Collection<Tag> 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
CreateTransitGatewayRouteTableAttachmentRequest.Builder tags(Tag... 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
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
clientToken
CreateTransitGatewayRouteTableAttachmentRequest.Builder clientToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTransitGatewayRouteTableAttachmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-