public static interface ClusterInList.Builder extends SdkPojo, CopyableBuilder<ClusterInList.Builder,ClusterInList>
| Modifier and Type | Method and Description |
|---|---|
ClusterInList.Builder |
clusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
ClusterInList.Builder |
clusterName(String clusterName)
The name of the Elastic DocumentDB cluster.
|
ClusterInList.Builder |
status(Status status)
The status of the Elastic DocumentDB cluster.
|
ClusterInList.Builder |
status(String status)
The status of the Elastic DocumentDB cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterInList.Builder clusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
clusterArn - The arn of the Elastic DocumentDB cluster.ClusterInList.Builder clusterName(String clusterName)
The name of the Elastic DocumentDB cluster.
clusterName - The name of the Elastic DocumentDB cluster.ClusterInList.Builder status(String status)
The status of the Elastic DocumentDB cluster.
ClusterInList.Builder status(Status status)
The status of the Elastic DocumentDB cluster.
Copyright © 2023. All rights reserved.