Interface Connection.DefinitionStages.WithDescription

All Known Subinterfaces:
Connection.Definition, Connection.DefinitionStages.WithCreate
Enclosing interface:
Connection.DefinitionStages

public static interface Connection.DefinitionStages.WithDescription
The stage of the Connection definition allowing to specify description.
  • Method Details

    • withDescription

      Connection.DefinitionStages.WithCreate withDescription(String description)
      Specifies the description property: Gets or sets the description of the connection..
      Parameters:
      description - Gets or sets the description of the connection.
      Returns:
      the next definition stage.