Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
default TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.accepterTgwInfo(Consumer<PeeringTgwInfo.Builder> accepterTgwInfo)
Information about the accepter transit gateway.
|
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.accepterTgwInfo(PeeringTgwInfo accepterTgwInfo)
Information about the accepter transit gateway.
|
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.accepterTransitGatewayAttachmentId(String accepterTransitGatewayAttachmentId)
The ID of the accepter transit gateway attachment.
|
static TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.builder() |
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.creationTime(Instant creationTime)
The time the transit gateway peering attachment was created.
|
default TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.options(Consumer<TransitGatewayPeeringAttachmentOptions.Builder> options)
Sets the value of the Options property for this object.
|
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.options(TransitGatewayPeeringAttachmentOptions options)
Sets the value of the Options property for this object.
|
default TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.requesterTgwInfo(Consumer<PeeringTgwInfo.Builder> requesterTgwInfo)
Information about the requester transit gateway.
|
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.requesterTgwInfo(PeeringTgwInfo requesterTgwInfo)
Information about the requester transit gateway.
|
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.state(String state)
The state of the transit gateway peering attachment.
|
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.state(TransitGatewayAttachmentState state)
The state of the transit gateway peering attachment.
|
default TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.status(Consumer<PeeringAttachmentStatus.Builder> status)
The status of the transit gateway peering attachment.
|
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.status(PeeringAttachmentStatus status)
The status of the transit gateway peering attachment.
|
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.tags(Collection<Tag> tags)
The tags for the transit gateway peering attachment.
|
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.tags(Consumer<Tag.Builder>... tags)
The tags for the transit gateway peering attachment.
|
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.tags(Tag... tags)
The tags for the transit gateway peering attachment.
|
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.toBuilder() |
TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway peering attachment.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends TransitGatewayPeeringAttachment.Builder> |
TransitGatewayPeeringAttachment.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default RejectTransitGatewayPeeringAttachmentResponse.Builder |
RejectTransitGatewayPeeringAttachmentResponse.Builder.transitGatewayPeeringAttachment(Consumer<TransitGatewayPeeringAttachment.Builder> transitGatewayPeeringAttachment)
The transit gateway peering attachment.
|
default CreateTransitGatewayPeeringAttachmentResponse.Builder |
CreateTransitGatewayPeeringAttachmentResponse.Builder.transitGatewayPeeringAttachment(Consumer<TransitGatewayPeeringAttachment.Builder> transitGatewayPeeringAttachment)
The transit gateway peering attachment.
|
default DeleteTransitGatewayPeeringAttachmentResponse.Builder |
DeleteTransitGatewayPeeringAttachmentResponse.Builder.transitGatewayPeeringAttachment(Consumer<TransitGatewayPeeringAttachment.Builder> transitGatewayPeeringAttachment)
The transit gateway peering attachment.
|
default AcceptTransitGatewayPeeringAttachmentResponse.Builder |
AcceptTransitGatewayPeeringAttachmentResponse.Builder.transitGatewayPeeringAttachment(Consumer<TransitGatewayPeeringAttachment.Builder> transitGatewayPeeringAttachment)
The transit gateway peering attachment.
|
Copyright © 2022. All rights reserved.