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
Modifier and TypeMethodDescriptionclusterArn
(String clusterArn) The arn of the Elastic DocumentDB cluster.clusterName
(String clusterName) The name of the Elastic DocumentDB cluster.The status of the Elastic DocumentDB cluster.The status of the Elastic DocumentDB 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 Details
-
clusterArn
The arn of the Elastic DocumentDB cluster.
- Parameters:
clusterArn
- The arn of the Elastic DocumentDB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clusterName
The name of the Elastic DocumentDB cluster.
- Parameters:
clusterName
- The name of the Elastic DocumentDB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the Elastic DocumentDB cluster.
- Parameters:
status
- The status of the Elastic DocumentDB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Elastic DocumentDB cluster.
- Parameters:
status
- The status of the Elastic DocumentDB cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-