Interface ListPackagingGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPackagingGroupsResponse.Builder,ListPackagingGroupsResponse>,MediaPackageVodResponse.Builder,SdkBuilder<ListPackagingGroupsResponse.Builder,ListPackagingGroupsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListPackagingGroupsResponse
public static interface ListPackagingGroupsResponse.Builder extends MediaPackageVodResponse.Builder, SdkPojo, CopyableBuilder<ListPackagingGroupsResponse.Builder,ListPackagingGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPackagingGroupsResponse.BuildernextToken(String nextToken)A token that can be used to resume pagination from the end of the collection.ListPackagingGroupsResponse.BuilderpackagingGroups(Collection<PackagingGroup> packagingGroups)A list of MediaPackage VOD PackagingGroup resources.ListPackagingGroupsResponse.BuilderpackagingGroups(Consumer<PackagingGroup.Builder>... packagingGroups)A list of MediaPackage VOD PackagingGroup resources.ListPackagingGroupsResponse.BuilderpackagingGroups(PackagingGroup... packagingGroups)A list of MediaPackage VOD PackagingGroup resources.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediapackagevod.model.MediaPackageVodResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
ListPackagingGroupsResponse.Builder nextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.- Parameters:
nextToken- A token that can be used to resume pagination from the end of the collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packagingGroups
ListPackagingGroupsResponse.Builder packagingGroups(Collection<PackagingGroup> packagingGroups)
A list of MediaPackage VOD PackagingGroup resources.- Parameters:
packagingGroups- A list of MediaPackage VOD PackagingGroup resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packagingGroups
ListPackagingGroupsResponse.Builder packagingGroups(PackagingGroup... packagingGroups)
A list of MediaPackage VOD PackagingGroup resources.- Parameters:
packagingGroups- A list of MediaPackage VOD PackagingGroup resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packagingGroups
ListPackagingGroupsResponse.Builder packagingGroups(Consumer<PackagingGroup.Builder>... packagingGroups)
A list of MediaPackage VOD PackagingGroup resources. This is a convenience method that creates an instance of thePackagingGroup.Builderavoiding the need to create one manually viaPackagingGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#packagingGroups(List.) - Parameters:
packagingGroups- a consumer that will call methods onPackagingGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#packagingGroups(java.util.Collection)
-
-