Interface ClusterListEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterListEntry.Builder,ClusterListEntry>,SdkBuilder<ClusterListEntry.Builder,ClusterListEntry>,SdkPojo
- Enclosing class:
- ClusterListEntry
public static interface ClusterListEntry.Builder extends SdkPojo, CopyableBuilder<ClusterListEntry.Builder,ClusterListEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterListEntry.BuilderclusterId(String clusterId)The 39-character ID for the cluster that you want to list, for exampleCID123e4567-e89b-12d3-a456-426655440000.ClusterListEntry.BuilderclusterState(String clusterState)The current state of this cluster.ClusterListEntry.BuilderclusterState(ClusterState clusterState)The current state of this cluster.ClusterListEntry.BuildercreationDate(Instant creationDate)The creation date for this cluster.ClusterListEntry.Builderdescription(String description)Defines an optional description of the cluster, for exampleEnvironmental Data Cluster-01.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clusterId
ClusterListEntry.Builder clusterId(String clusterId)
The 39-character ID for the cluster that you want to list, for example
CID123e4567-e89b-12d3-a456-426655440000.- Parameters:
clusterId- The 39-character ID for the cluster that you want to list, for exampleCID123e4567-e89b-12d3-a456-426655440000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterState
ClusterListEntry.Builder clusterState(String clusterState)
The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.
- Parameters:
clusterState- The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ClusterState,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.
- Parameters:
clusterState- The current state of this cluster. For information about the state of a specific node, see JobListEntry$JobState.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ClusterState,ClusterState
-
creationDate
ClusterListEntry.Builder creationDate(Instant creationDate)
The creation date for this cluster.
- Parameters:
creationDate- The creation date for this cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ClusterListEntry.Builder description(String description)
Defines an optional description of the cluster, for example
Environmental Data Cluster-01.- Parameters:
description- Defines an optional description of the cluster, for exampleEnvironmental Data Cluster-01.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-