public static interface PeeringTgwInfo.Builder extends SdkPojo, CopyableBuilder<PeeringTgwInfo.Builder,PeeringTgwInfo>
Modifier and Type | Method and Description |
---|---|
PeeringTgwInfo.Builder |
coreNetworkId(String coreNetworkId)
The ID of the core network where the transit gateway peer is located.
|
PeeringTgwInfo.Builder |
ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the transit gateway.
|
PeeringTgwInfo.Builder |
region(String region)
The Region of the transit gateway.
|
PeeringTgwInfo.Builder |
transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PeeringTgwInfo.Builder transitGatewayId(String transitGatewayId)
The ID of the transit gateway.
transitGatewayId
- The ID of the transit gateway.PeeringTgwInfo.Builder coreNetworkId(String coreNetworkId)
The ID of the core network where the transit gateway peer is located.
coreNetworkId
- The ID of the core network where the transit gateway peer is located.PeeringTgwInfo.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the transit gateway.
ownerId
- The ID of the Amazon Web Services account that owns the transit gateway.PeeringTgwInfo.Builder region(String region)
The Region of the transit gateway.
region
- The Region of the transit gateway.Copyright © 2023. All rights reserved.