Uses of Interface
software.amazon.awssdk.services.ec2.model.PeeringTgwInfo.Builder
-
Packages that use PeeringTgwInfo.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PeeringTgwInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PeeringTgwInfo.Builder Modifier and Type Method Description static PeeringTgwInfo.BuilderPeeringTgwInfo. builder()PeeringTgwInfo.BuilderPeeringTgwInfo.Builder. coreNetworkId(String coreNetworkId)The ID of the core network where the transit gateway peer is located.PeeringTgwInfo.BuilderPeeringTgwInfo.Builder. ownerId(String ownerId)The ID of the Amazon Web Services account that owns the transit gateway.PeeringTgwInfo.BuilderPeeringTgwInfo.Builder. region(String region)The Region of the transit gateway.PeeringTgwInfo.BuilderPeeringTgwInfo. toBuilder()PeeringTgwInfo.BuilderPeeringTgwInfo.Builder. transitGatewayId(String transitGatewayId)The ID of the transit gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PeeringTgwInfo.Builder Modifier and Type Method Description static Class<? extends PeeringTgwInfo.Builder>PeeringTgwInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PeeringTgwInfo.Builder Modifier and Type Method Description default TransitGatewayPeeringAttachment.BuilderTransitGatewayPeeringAttachment.Builder. accepterTgwInfo(Consumer<PeeringTgwInfo.Builder> accepterTgwInfo)Information about the accepter transit gateway.default TransitGatewayPeeringAttachment.BuilderTransitGatewayPeeringAttachment.Builder. requesterTgwInfo(Consumer<PeeringTgwInfo.Builder> requesterTgwInfo)Information about the requester transit gateway.
-