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)
A list of schedule entries for the channel.
|
GetChannelScheduleResponse.Builder |
items(Consumer<ScheduleEntry.Builder>... items)
A list of schedule entries for the channel.
|
GetChannelScheduleResponse.Builder |
items(ScheduleEntry... items)
A list of schedule entries for the channel.
|
GetChannelScheduleResponse.Builder |
nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetChannelScheduleResponse.Builder items(Collection<ScheduleEntry> items)
A list of schedule entries for the channel.
items - A list of schedule entries for the channel.GetChannelScheduleResponse.Builder items(ScheduleEntry... items)
A list of schedule entries for the channel.
items - A list of schedule entries for the channel.GetChannelScheduleResponse.Builder items(Consumer<ScheduleEntry.Builder>... items)
A list of schedule entries for the channel.
This is a convenience method that creates an instance of theScheduleEntry.Builder avoiding the need to create
one manually via ScheduleEntry.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
ScheduleEntry.Builder#items(java.util.Collection) GetChannelScheduleResponse.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 © 2022. All rights reserved.