public static interface ListChannelsResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<ListChannelsResponse.Builder,ListChannelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResponse.Builder |
items(Channel... items)
A list of channels that are associated with this account.
|
ListChannelsResponse.Builder |
items(Collection<Channel> items)
A list of channels that are associated with this account.
|
ListChannelsResponse.Builder |
items(Consumer<Channel.Builder>... items)
A list of channels that are associated with this account.
|
ListChannelsResponse.Builder |
nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelsResponse.Builder items(Collection<Channel> items)
A list of channels that are associated with this account.
items - A list of channels that are associated with this account.ListChannelsResponse.Builder items(Channel... items)
A list of channels that are associated with this account.
items - A list of channels that are associated with this account.ListChannelsResponse.Builder items(Consumer<Channel.Builder>... items)
A list of channels that are associated with this account.
This is a convenience method that creates an instance of theChannel.Builder avoiding the need to create one
manually via Channel.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
Channel.Builder#items(java.util.Collection) ListChannelsResponse.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.