public static interface PeeringTgwInfo.Builder extends SdkPojo, CopyableBuilder<PeeringTgwInfo.Builder,PeeringTgwInfo>
Modifier and Type | Method and Description |
---|---|
PeeringTgwInfo.Builder |
ownerId(String ownerId)
The AWS account ID of the owner of 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 ownerId(String ownerId)
The AWS account ID of the owner of the transit gateway.
ownerId
- The AWS account ID of the owner of the transit gateway.PeeringTgwInfo.Builder region(String region)
The Region of the transit gateway.
region
- The Region of the transit gateway.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.