Interface DescribeSnapshotsResponse.Builder

    • Method Detail

      • snapshots

        DescribeSnapshotsResponse.Builder snapshots​(Collection<Snapshot> snapshots)

        Information about the snapshots.

        Parameters:
        snapshots - Information about the snapshots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshots

        DescribeSnapshotsResponse.Builder snapshots​(Snapshot... snapshots)

        Information about the snapshots.

        Parameters:
        snapshots - Information about the snapshots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeSnapshotsResponse.Builder nextToken​(String nextToken)

        The token to include in another request to return the next page of snapshots. This value is null when there are no more snapshots to return.

        Parameters:
        nextToken - The token to include in another request to return the next page of snapshots. This value is null when there are no more snapshots to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.