public static interface ListChannelsResponse.Builder extends MediaPackageV2Response.Builder, SdkPojo, CopyableBuilder<ListChannelsResponse.Builder,ListChannelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResponse.Builder |
items(ChannelListConfiguration... items)
The objects being returned.
|
ListChannelsResponse.Builder |
items(Collection<ChannelListConfiguration> items)
The objects being returned.
|
ListChannelsResponse.Builder |
items(Consumer<ChannelListConfiguration.Builder>... items)
The objects being returned.
|
ListChannelsResponse.Builder |
nextToken(String nextToken)
The pagination token from the GET list request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelsResponse.Builder items(Collection<ChannelListConfiguration> items)
The objects being returned.
items - The objects being returned.ListChannelsResponse.Builder items(ChannelListConfiguration... items)
The objects being returned.
items - The objects being returned.ListChannelsResponse.Builder items(Consumer<ChannelListConfiguration.Builder>... items)
The objects being returned.
This is a convenience method that creates an instance of theChannelListConfiguration.Builder avoiding the
need to create one manually via
ChannelListConfiguration.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
ChannelListConfiguration.Builder#items(java.util.Collection) ListChannelsResponse.Builder nextToken(String nextToken)
The pagination token from the GET list request.
nextToken - The pagination token from the GET list request.Copyright © 2023. All rights reserved.