Uses of Interface
software.amazon.awssdk.services.ec2.model.PeeringTgwInfo.Builder
Packages that use PeeringTgwInfo.Builder
-
Uses of PeeringTgwInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PeeringTgwInfo.BuilderModifier and TypeMethodDescriptionstatic PeeringTgwInfo.BuilderPeeringTgwInfo.builder()PeeringTgwInfo.Builder.coreNetworkId(String coreNetworkId) The ID of the core network where the transit gateway peer is located.The ID of the Amazon Web Services account that owns the transit gateway.The Region of the transit gateway.PeeringTgwInfo.toBuilder()PeeringTgwInfo.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PeeringTgwInfo.Builder>PeeringTgwInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PeeringTgwInfo.BuilderModifier and TypeMethodDescriptionTransitGatewayPeeringAttachment.Builder.accepterTgwInfo(Consumer<PeeringTgwInfo.Builder> accepterTgwInfo) Information about the accepter transit gateway.TransitGatewayPeeringAttachment.Builder.requesterTgwInfo(Consumer<PeeringTgwInfo.Builder> requesterTgwInfo) Information about the requester transit gateway.