public class Cluster extends CommonResource
| Constructor and Description |
|---|
Cluster(java.lang.String id,
java.time.Instant created,
java.time.Instant updated,
ExecutionEnvironment resources,
ClusterMetadata metadata)
Constructor.
|
public Cluster(java.lang.String id,
java.time.Instant created,
java.time.Instant updated,
@Nullable
ExecutionEnvironment resources,
ClusterMetadata metadata)
id - The unique identifier of this clustercreated - The time this cluster was created in the systemupdated - The last time this cluster was updated in the systemresources - The execution resources associated with this clustermetadata - The metadata associated with this cluster