Interface ListPrefetchSchedulesResponse.Builder

    • Method Detail

      • items

        ListPrefetchSchedulesResponse.Builder items​(Collection<PrefetchSchedule> items)

        Lists the prefetch schedules. An empty Items list doesn't mean there aren't more items to fetch, just that that page was empty.

        Parameters:
        items - Lists the prefetch schedules. An empty Items list doesn't mean there aren't more items to fetch, just that that page was empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListPrefetchSchedulesResponse.Builder items​(PrefetchSchedule... items)

        Lists the prefetch schedules. An empty Items list doesn't mean there aren't more items to fetch, just that that page was empty.

        Parameters:
        items - Lists the prefetch schedules. An empty Items list doesn't mean there aren't more items to fetch, just that that page was empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPrefetchSchedulesResponse.Builder nextToken​(String nextToken)

        Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

        Parameters:
        nextToken - Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.