Interface ClusterInList.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterInList.Builder,ClusterInList>,SdkBuilder<ClusterInList.Builder,ClusterInList>,SdkPojo
- Enclosing class:
- ClusterInList
public static interface ClusterInList.Builder extends SdkPojo, CopyableBuilder<ClusterInList.Builder,ClusterInList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterInList.BuilderclusterArn(String clusterArn)The ARN identifier of the elastic cluster.ClusterInList.BuilderclusterName(String clusterName)The name of the elastic cluster.ClusterInList.Builderstatus(String status)The status of the elastic cluster.ClusterInList.Builderstatus(Status status)The status of the elastic cluster.-
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
-
clusterArn
ClusterInList.Builder clusterArn(String clusterArn)
The ARN identifier of the elastic cluster.
- Parameters:
clusterArn- The ARN identifier of the elastic cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterName
ClusterInList.Builder clusterName(String clusterName)
The name of the elastic cluster.
- Parameters:
clusterName- The name of the elastic cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ClusterInList.Builder status(String status)
The status of the elastic cluster.
-
status
ClusterInList.Builder status(Status status)
The status of the elastic cluster.
-
-