Interface ListClusterSnapshotsResponse.Builder

    • Method Detail

      • nextToken

        ListClusterSnapshotsResponse.Builder nextToken​(String nextToken)

        The response will provide a nextToken if there is more data beyond the maxResults.

        If there is no more data in the responce, the nextToken will not be returned.

        Parameters:
        nextToken - The response will provide a nextToken if there is more data beyond the maxResults.

        If there is no more data in the responce, the nextToken will not be returned.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshots

        ListClusterSnapshotsResponse.Builder snapshots​(Collection<ClusterSnapshotInList> snapshots)

        A list of Elastic DocumentDB snapshots for a specified cluster.

        Parameters:
        snapshots - A list of Elastic DocumentDB snapshots for a specified cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshots

        ListClusterSnapshotsResponse.Builder snapshots​(ClusterSnapshotInList... snapshots)

        A list of Elastic DocumentDB snapshots for a specified cluster.

        Parameters:
        snapshots - A list of Elastic DocumentDB snapshots for a specified cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.