public static interface GetChannelScheduleResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<GetChannelScheduleResponse.Builder,GetChannelScheduleResponse>
| Modifier and Type | Method and Description |
|---|---|
GetChannelScheduleResponse.Builder |
items(Collection<ScheduleEntry> items)
An array of schedule entries for the channel.
|
GetChannelScheduleResponse.Builder |
items(Consumer<ScheduleEntry.Builder>... items)
An array of schedule entries for the channel.
|
GetChannelScheduleResponse.Builder |
items(ScheduleEntry... items)
An array of schedule entries for the channel.
|
GetChannelScheduleResponse.Builder |
nextToken(String nextToken)
Pagination token from the GET list request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetChannelScheduleResponse.Builder items(Collection<ScheduleEntry> items)
An array of schedule entries for the channel.
items - An array of schedule entries for the channel.GetChannelScheduleResponse.Builder items(ScheduleEntry... items)
An array of schedule entries for the channel.
items - An array of schedule entries for the channel.GetChannelScheduleResponse.Builder items(Consumer<ScheduleEntry.Builder>... items)
An array of schedule entries for the channel.
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) GetChannelScheduleResponse.Builder nextToken(String nextToken)
Pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken - Pagination token from the GET list request. Use the token to fetch the next page of results.Copyright © 2021. All rights reserved.