Interface ListPrefetchSchedulesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListPrefetchSchedulesResponse.Builder,ListPrefetchSchedulesResponse>, MediaTailorResponse.Builder, SdkBuilder<ListPrefetchSchedulesResponse.Builder,ListPrefetchSchedulesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListPrefetchSchedulesResponse

public static interface ListPrefetchSchedulesResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<ListPrefetchSchedulesResponse.Builder,ListPrefetchSchedulesResponse>
  • Method Details

    • 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

      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

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

      This is a convenience method that creates an instance of the PrefetchSchedule.Builder avoiding the need to create one manually via PrefetchSchedule.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<PrefetchSchedule>).

      Parameters:
      items - a consumer that will call methods on PrefetchSchedule.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.