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 method that creates an instance of thePrefetchSchedule.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.
items - a consumer that will call methods on
PrefetchSchedule.Builder#items(java.util.Collection) 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.