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.
transitGatewayRouteTableArn - The ARN of the transit gateway attachment route table.Copyright © 2022. All rights reserved.