Interface Pool.UpdateStages.WithDisplayName

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

public static interface Pool.UpdateStages.WithDisplayName
The stage of the Pool update allowing to specify displayName.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: The display name for the pool.
  • Method Details

    • withDisplayName

      Pool.Update withDisplayName(String displayName)
      Specifies the displayName property: The display name for the pool.

      The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024..

      Parameters:
      displayName - The display name for the pool.

      The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.

      Returns:
      the next definition stage.