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)
List.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #packagingGroups(List) .packagingGroups - a consumer that will call methods on List.Builder #packagingGroups(List) Copyright © 2020. All rights reserved.