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 of the Elastic DocumentDB cluster.ClusterInList.BuilderclusterName(String clusterName)The name of the Elastic DocumentDB cluster.ClusterInList.Builderstatus(String status)The status of the Elastic DocumentDB cluster.ClusterInList.Builderstatus(Status status)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 Detail
-
clusterArn
ClusterInList.Builder clusterArn(String 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
ClusterInList.Builder clusterName(String 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
ClusterInList.Builder status(String status)
The status of the Elastic DocumentDB cluster.
-
status
ClusterInList.Builder status(Status status)
The status of the Elastic DocumentDB cluster.
-
-