Interface Cluster.UpdateStages.WithIdentity

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

public static interface Cluster.UpdateStages.WithIdentity
The stage of the Cluster update allowing to specify identity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the identity property: The identity of the cluster, if configured..
  • Method Details

    • withIdentity

      Cluster.Update withIdentity(Identity identity)
      Specifies the identity property: The identity of the cluster, if configured..
      Parameters:
      identity - The identity of the cluster, if configured.
      Returns:
      the next definition stage.