Interface Connection.UpdateStages.WithName

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

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

    Modifier and Type
    Method
    Description
    Specifies the name property: Gets or sets the name of the connection..
  • Method Details

    • withName

      Connection.Update withName(String name)
      Specifies the name property: Gets or sets the name of the connection..
      Parameters:
      name - Gets or sets the name of the connection.
      Returns:
      the next definition stage.