| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static PeeringTgwInfo.Builder |
PeeringTgwInfo.builder() |
PeeringTgwInfo.Builder |
PeeringTgwInfo.Builder.coreNetworkId(String coreNetworkId)
The ID of the core network where the transit gateway peer is located.
|
PeeringTgwInfo.Builder |
PeeringTgwInfo.Builder.ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the transit gateway.
|
PeeringTgwInfo.Builder |
PeeringTgwInfo.Builder.region(String region)
The Region of the transit gateway.
|
PeeringTgwInfo.Builder |
PeeringTgwInfo.toBuilder() |
PeeringTgwInfo.Builder |
PeeringTgwInfo.Builder.transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PeeringTgwInfo.Builder> |
PeeringTgwInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.accepterTgwInfo(Consumer<PeeringTgwInfo.Builder> accepterTgwInfo)
Information about the accepter transit gateway.
|
default TransitGatewayPeeringAttachment.Builder |
TransitGatewayPeeringAttachment.Builder.requesterTgwInfo(Consumer<PeeringTgwInfo.Builder> requesterTgwInfo)
Information about the requester transit gateway.
|
Copyright © 2023. All rights reserved.