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