Cluster.UpdateStages.WithIdentity Interface

public static interface Cluster.UpdateStages.WithIdentity

The stage of the cluster update allowing to specify Identity.

Method Summary

Modifier and Type Method and Description
abstract Update withIdentity(ClusterIdentity identity)

Specifies identity.

Method Details

withIdentity

public abstract Cluster.Update withIdentity(ClusterIdentity identity)

Specifies identity.

Parameters:

identity - The identity of the cluster, if configured

Returns:

the next update stage

Applies to