Interface ListApplicationSnapshotsResponse.Builder

    • Method Detail

      • snapshotSummaries

        ListApplicationSnapshotsResponse.Builder snapshotSummaries​(Collection<SnapshotDetails> snapshotSummaries)

        A collection of objects containing information about the application snapshots.

        Parameters:
        snapshotSummaries - A collection of objects containing information about the application snapshots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshotSummaries

        ListApplicationSnapshotsResponse.Builder snapshotSummaries​(SnapshotDetails... snapshotSummaries)

        A collection of objects containing information about the application snapshots.

        Parameters:
        snapshotSummaries - A collection of objects containing information about the application snapshots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationSnapshotsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.