Interface ListClusterSnapshotsResponse.Builder

    • Method Detail

      • nextToken

        ListClusterSnapshotsResponse.Builder nextToken​(String nextToken)

        A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results.

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

        Parameters:
        nextToken - A pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond this token, up to the value specified by max-results.

        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​(ClusterSnapshotInList... snapshots)

        A list of snapshots for a specified elastic cluster.

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