Interface ClusterSnapshotInList.Builder

    • Method Detail

      • clusterArn

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

        ClusterSnapshotInList.Builder snapshotArn​(String snapshotArn)

        The arn of the Elastic DocumentDB snapshot

        Parameters:
        snapshotArn - The arn of the Elastic DocumentDB snapshot
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshotCreationTime

        ClusterSnapshotInList.Builder snapshotCreationTime​(String snapshotCreationTime)

        The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).

        Parameters:
        snapshotCreationTime - The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshotName

        ClusterSnapshotInList.Builder snapshotName​(String snapshotName)

        The name of the Elastic DocumentDB snapshot.

        Parameters:
        snapshotName - The name of the Elastic DocumentDB snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ClusterSnapshotInList.Builder status​(String status)

        The status of the Elastic DocumentDB snapshot.

        Parameters:
        status - The status of the Elastic DocumentDB snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • status

        ClusterSnapshotInList.Builder status​(Status status)

        The status of the Elastic DocumentDB snapshot.

        Parameters:
        status - The status of the Elastic DocumentDB snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status