Cluster.UpdateStages.WithProperties Interface

public static interface Cluster.UpdateStages.WithProperties

The stage of the cluster update allowing to specify Properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(ClusterCreateProperties properties)

Specifies properties.

Method Details

withProperties

public abstract Cluster.Update withProperties(ClusterCreateProperties properties)

Specifies properties.

Parameters:

properties - The cluster create parameters

Returns:

the next update stage

Applies to