Uses of Interface
software.amazon.awssdk.services.docdbelastic.model.ClusterInList.Builder
-
Packages that use ClusterInList.Builder Package Description software.amazon.awssdk.services.docdbelastic.model -
-
Uses of ClusterInList.Builder in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return ClusterInList.Builder Modifier and Type Method Description static ClusterInList.BuilderClusterInList. builder()ClusterInList.BuilderClusterInList.Builder. clusterArn(String clusterArn)The arn of the Elastic DocumentDB cluster.ClusterInList.BuilderClusterInList.Builder. clusterName(String clusterName)The name of the Elastic DocumentDB cluster.ClusterInList.BuilderClusterInList.Builder. status(String status)The status of the Elastic DocumentDB cluster.ClusterInList.BuilderClusterInList.Builder. status(Status status)The status of the Elastic DocumentDB cluster.ClusterInList.BuilderClusterInList. toBuilder()Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type ClusterInList.Builder Modifier and Type Method Description static Class<? extends ClusterInList.Builder>ClusterInList. serializableBuilderClass()
-