| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayRouteTableAttachment.Builder |
TransitGatewayRouteTableAttachment.Builder.attachment(Attachment attachment)
Sets the value of the Attachment property for this object.
|
default TransitGatewayRouteTableAttachment.Builder |
TransitGatewayRouteTableAttachment.Builder.attachment(Consumer<Attachment.Builder> attachment)
Sets the value of the Attachment property for this object.
|
static TransitGatewayRouteTableAttachment.Builder |
TransitGatewayRouteTableAttachment.builder() |
TransitGatewayRouteTableAttachment.Builder |
TransitGatewayRouteTableAttachment.Builder.peeringId(String peeringId)
The ID of the peering attachment.
|
TransitGatewayRouteTableAttachment.Builder |
TransitGatewayRouteTableAttachment.toBuilder() |
TransitGatewayRouteTableAttachment.Builder |
TransitGatewayRouteTableAttachment.Builder.transitGatewayRouteTableArn(String transitGatewayRouteTableArn)
The ARN of the transit gateway attachment route table.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TransitGatewayRouteTableAttachment.Builder> |
TransitGatewayRouteTableAttachment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateTransitGatewayRouteTableAttachmentResponse.Builder |
CreateTransitGatewayRouteTableAttachmentResponse.Builder.transitGatewayRouteTableAttachment(Consumer<TransitGatewayRouteTableAttachment.Builder> transitGatewayRouteTableAttachment)
The route table associated with the create transit gateway route table attachment request.
|
default GetTransitGatewayRouteTableAttachmentResponse.Builder |
GetTransitGatewayRouteTableAttachmentResponse.Builder.transitGatewayRouteTableAttachment(Consumer<TransitGatewayRouteTableAttachment.Builder> transitGatewayRouteTableAttachment)
Returns information about the transit gateway route table attachment.
|
Copyright © 2023. All rights reserved.