public static interface ListPrefetchSchedulesResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<ListPrefetchSchedulesResponse.Builder,ListPrefetchSchedulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPrefetchSchedulesResponse.Builder |
items(Collection<PrefetchSchedule> items)
Lists the prefetch schedules.
|
ListPrefetchSchedulesResponse.Builder |
items(Consumer<PrefetchSchedule.Builder>... items)
Lists the prefetch schedules.
|
ListPrefetchSchedulesResponse.Builder |
items(PrefetchSchedule... items)
Lists the prefetch schedules.
|
ListPrefetchSchedulesResponse.Builder |
nextToken(String nextToken)
The value that you will use forNextToken in the next ListPrefetchSchedulesRequest request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPrefetchSchedulesResponse.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.
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.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.
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.ListPrefetchSchedulesResponse.Builder items(Consumer<PrefetchSchedule.Builder>... 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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #items(List) .items - a consumer that will call methods on List.Builder #items(List) ListPrefetchSchedulesResponse.Builder nextToken(String nextToken)
The value that you will use forNextToken in the next ListPrefetchSchedulesRequest request.
nextToken - The value that you will use forNextToken in the next ListPrefetchSchedulesRequest request.Copyright © 2022. All rights reserved.