Interface ClusterInList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterInList.Builder,
,ClusterInList> SdkBuilder<ClusterInList.Builder,
,ClusterInList> SdkPojo
- Enclosing class:
ClusterInList
@Mutable
@NotThreadSafe
public static interface ClusterInList.Builder
extends SdkPojo, CopyableBuilder<ClusterInList.Builder,ClusterInList>
-
Method Summary
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) The ARN identifier of the elastic cluster.clusterName
(String clusterName) The name of the elastic cluster.The status of the elastic cluster.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
The status of the elastic cluster.
- Parameters:
status
- The status of the elastic cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the elastic cluster.
- Parameters:
status
- The status of the elastic cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-