public static interface ListChannelsResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<ListChannelsResponse.Builder,ListChannelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResponse.Builder |
items(Channel... items)
An array of channels that are associated with this account.
|
ListChannelsResponse.Builder |
items(Collection<Channel> items)
An array of channels that are associated with this account.
|
ListChannelsResponse.Builder |
items(Consumer<Channel.Builder>... items)
An array 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)
An array of channels that are associated with this account.
items - An array of channels that are associated with this account.ListChannelsResponse.Builder items(Channel... items)
An array of channels that are associated with this account.
items - An array of channels that are associated with this account.ListChannelsResponse.Builder items(Consumer<Channel.Builder>... items)
An array of channels that are associated with this account.
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) 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 © 2021. All rights reserved.