public static interface TransitGatewayRouteTableAttachment.Builder extends SdkPojo, CopyableBuilder<TransitGatewayRouteTableAttachment.Builder,TransitGatewayRouteTableAttachment>
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayRouteTableAttachment.Builder |
attachment(Attachment attachment)
Sets the value of the Attachment property for this object.
|
default TransitGatewayRouteTableAttachment.Builder |
attachment(Consumer<Attachment.Builder> attachment)
Sets the value of the Attachment property for this object.
|
TransitGatewayRouteTableAttachment.Builder |
peeringId(String peeringId)
The ID of the peering attachment.
|
TransitGatewayRouteTableAttachment.Builder |
transitGatewayRouteTableArn(String transitGatewayRouteTableArn)
The ARN of the transit gateway attachment route table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransitGatewayRouteTableAttachment.Builder attachment(Attachment attachment)
attachment - The new value for the Attachment property for this object.default TransitGatewayRouteTableAttachment.Builder attachment(Consumer<Attachment.Builder> attachment)
Attachment.Builder avoiding the need to
create one manually via Attachment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to attachment(Attachment).
attachment - a consumer that will call methods on Attachment.Builderattachment(Attachment)TransitGatewayRouteTableAttachment.Builder peeringId(String peeringId)
The ID of the peering attachment.
peeringId - The ID of the peering attachment.TransitGatewayRouteTableAttachment.Builder transitGatewayRouteTableArn(String transitGatewayRouteTableArn)
The ARN of the transit gateway attachment route table. For example,
"TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"
.
transitGatewayRouteTableArn - The ARN of the transit gateway attachment route table. For example,
"TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"
.Copyright © 2023. All rights reserved.