public static interface ListPackagingGroupsResponse.Builder extends MediaPackageVodResponse.Builder, SdkPojo, CopyableBuilder<ListPackagingGroupsResponse.Builder,ListPackagingGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPackagingGroupsResponse.Builder |
nextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
ListPackagingGroupsResponse.Builder |
packagingGroups(Collection<PackagingGroup> packagingGroups)
A list of MediaPackage VOD PackagingGroup resources.
|
ListPackagingGroupsResponse.Builder |
packagingGroups(Consumer<PackagingGroup.Builder>... packagingGroups)
A list of MediaPackage VOD PackagingGroup resources.
|
ListPackagingGroupsResponse.Builder |
packagingGroups(PackagingGroup... packagingGroups)
A list of MediaPackage VOD PackagingGroup resources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPackagingGroupsResponse.Builder nextToken(String nextToken)
nextToken - A token that can be used to resume pagination from the end of the collection.ListPackagingGroupsResponse.Builder packagingGroups(Collection<PackagingGroup> packagingGroups)
packagingGroups - A list of MediaPackage VOD PackagingGroup resources.ListPackagingGroupsResponse.Builder packagingGroups(PackagingGroup... packagingGroups)
packagingGroups - A list of MediaPackage VOD PackagingGroup resources.ListPackagingGroupsResponse.Builder packagingGroups(Consumer<PackagingGroup.Builder>... packagingGroups)
PackagingGroup.Builder avoiding the need to
create one manually via
PackagingGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #packagingGroups(List.
packagingGroups - a consumer that will call methods on
PackagingGroup.Builder#packagingGroups(java.util.Collection) Copyright © 2023. All rights reserved.