Interface Connection.UpdateStages.WithDescription

All Known Subinterfaces:
Connection.Update
Enclosing interface:
Connection.UpdateStages

public static interface Connection.UpdateStages.WithDescription
The stage of the Connection update allowing to specify description.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: Gets or sets the description of the connection..
  • Method Details

    • withDescription

      Connection.Update 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.