Uses of Interface
software.amazon.awssdk.services.directconnect.model.AssociatedGateway.Builder
-
Packages that use AssociatedGateway.Builder Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of AssociatedGateway.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return AssociatedGateway.Builder Modifier and Type Method Description static AssociatedGateway.BuilderAssociatedGateway. builder()AssociatedGateway.BuilderAssociatedGateway.Builder. id(String id)The ID of the associated gateway.AssociatedGateway.BuilderAssociatedGateway.Builder. ownerAccount(String ownerAccount)The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.AssociatedGateway.BuilderAssociatedGateway.Builder. region(String region)The Region where the associated gateway is located.AssociatedGateway.BuilderAssociatedGateway. toBuilder()AssociatedGateway.BuilderAssociatedGateway.Builder. type(String type)The type of associated gateway.AssociatedGateway.BuilderAssociatedGateway.Builder. type(GatewayType type)The type of associated gateway.Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type AssociatedGateway.Builder Modifier and Type Method Description static Class<? extends AssociatedGateway.Builder>AssociatedGateway. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.directconnect.model with type arguments of type AssociatedGateway.Builder Modifier and Type Method Description default DirectConnectGatewayAssociation.BuilderDirectConnectGatewayAssociation.Builder. associatedGateway(Consumer<AssociatedGateway.Builder> associatedGateway)Information about the associated gateway.default DirectConnectGatewayAssociationProposal.BuilderDirectConnectGatewayAssociationProposal.Builder. associatedGateway(Consumer<AssociatedGateway.Builder> associatedGateway)Information about the associated gateway.
-