public static interface ClusterListEntry.Builder extends CopyableBuilder<ClusterListEntry.Builder,ClusterListEntry>
Modifier and Type | Method and Description |
---|---|
ClusterListEntry.Builder |
clusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000 . |
ClusterListEntry.Builder |
clusterState(ClusterState clusterState)
The current state of this cluster.
|
ClusterListEntry.Builder |
clusterState(String clusterState)
The current state of this cluster.
|
ClusterListEntry.Builder |
creationDate(Instant creationDate)
The creation date for this cluster.
|
ClusterListEntry.Builder |
description(String description)
Defines an optional description of the cluster, for example
Environmental Data Cluster-01 . |
copy
apply, build
ClusterListEntry.Builder clusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.
clusterId
- The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000
.ClusterListEntry.Builder clusterState(String clusterState)
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
clusterState
- The current state of this cluster. For information about the state of a specific node, see
JobListEntry$JobState.ClusterState
,
ClusterState
ClusterListEntry.Builder clusterState(ClusterState clusterState)
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
clusterState
- The current state of this cluster. For information about the state of a specific node, see
JobListEntry$JobState.ClusterState
,
ClusterState
ClusterListEntry.Builder creationDate(Instant creationDate)
The creation date for this cluster.
creationDate
- The creation date for this cluster.ClusterListEntry.Builder description(String description)
Defines an optional description of the cluster, for example Environmental Data Cluster-01
.
description
- Defines an optional description of the cluster, for example Environmental Data Cluster-01
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.