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)
Pagination token returned by the list request when results exceed the maximum allowed.
|
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.
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.
items - a consumer that will call methods on
PrefetchSchedule.Builder#items(java.util.Collection) 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.
nextToken - Pagination token returned by the list request when results exceed the maximum allowed. Use the token
to fetch the next page of results.Copyright © 2023. All rights reserved.