Uses of Interface
software.amazon.awssdk.services.directconnect.model.AssociatedCoreNetwork.Builder
-
Packages that use AssociatedCoreNetwork.Builder Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of AssociatedCoreNetwork.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return AssociatedCoreNetwork.Builder Modifier and Type Method Description AssociatedCoreNetwork.BuilderAssociatedCoreNetwork.Builder. attachmentId(String attachmentId)the ID of the Direct Connect attachmentstatic AssociatedCoreNetwork.BuilderAssociatedCoreNetwork. builder()AssociatedCoreNetwork.BuilderAssociatedCoreNetwork.Builder. id(String id)The ID of the Cloud WAN core network.AssociatedCoreNetwork.BuilderAssociatedCoreNetwork.Builder. ownerAccount(String ownerAccount)The account owner of the Cloud WAN core network.AssociatedCoreNetwork.BuilderAssociatedCoreNetwork. toBuilder()Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type AssociatedCoreNetwork.Builder Modifier and Type Method Description static Class<? extends AssociatedCoreNetwork.Builder>AssociatedCoreNetwork. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.directconnect.model with type arguments of type AssociatedCoreNetwork.Builder Modifier and Type Method Description default DirectConnectGatewayAssociation.BuilderDirectConnectGatewayAssociation.Builder. associatedCoreNetwork(Consumer<AssociatedCoreNetwork.Builder> associatedCoreNetwork)The ID of the Cloud WAN core network associated with the Direct Connect attachment.
-