public static interface TransitGatewayPeering.Builder extends SdkPojo, CopyableBuilder<TransitGatewayPeering.Builder,TransitGatewayPeering>
| Modifier and Type | Method and Description |
|---|---|
default TransitGatewayPeering.Builder |
peering(Consumer<Peering.Builder> peering)
Describes a transit gateway peer connection.
|
TransitGatewayPeering.Builder |
peering(Peering peering)
Describes a transit gateway peer connection.
|
TransitGatewayPeering.Builder |
transitGatewayArn(String transitGatewayArn)
The ARN of the transit gateway.
|
TransitGatewayPeering.Builder |
transitGatewayPeeringAttachmentId(String transitGatewayPeeringAttachmentId)
The ID of the transit gateway peering attachment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransitGatewayPeering.Builder peering(Peering peering)
Describes a transit gateway peer connection.
peering - Describes a transit gateway peer connection.default TransitGatewayPeering.Builder peering(Consumer<Peering.Builder> peering)
Describes a transit gateway peer connection.
This is a convenience method that creates an instance of thePeering.Builder avoiding the need to
create one manually via Peering.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to peering(Peering).
peering - a consumer that will call methods on Peering.Builderpeering(Peering)TransitGatewayPeering.Builder transitGatewayArn(String transitGatewayArn)
The ARN of the transit gateway.
transitGatewayArn - The ARN of the transit gateway.TransitGatewayPeering.Builder transitGatewayPeeringAttachmentId(String transitGatewayPeeringAttachmentId)
The ID of the transit gateway peering attachment.
transitGatewayPeeringAttachmentId - The ID of the transit gateway peering attachment.Copyright © 2023. All rights reserved.