Interface ClusterInList.Builder

    • 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.

        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, Status
      • status

        ClusterInList.Builder status​(Status 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, Status