Interface ListAssetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssetsRequest.Builder,ListAssetsRequest>,MediaPackageVodRequest.Builder,SdkBuilder<ListAssetsRequest.Builder,ListAssetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssetsRequest
public static interface ListAssetsRequest.Builder extends MediaPackageVodRequest.Builder, SdkPojo, CopyableBuilder<ListAssetsRequest.Builder,ListAssetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssetsRequest.BuildermaxResults(Integer maxResults)Upper bound on number of records to return.ListAssetsRequest.BuildernextToken(String nextToken)A token used to resume pagination from the end of a previous request.ListAssetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssetsRequest.BuilderpackagingGroupId(String packagingGroupId)Returns Assets associated with the specified PackagingGroup.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediapackagevod.model.MediaPackageVodRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListAssetsRequest.Builder maxResults(Integer maxResults)
Upper bound on number of records to return.- Parameters:
maxResults- Upper bound on number of records to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAssetsRequest.Builder nextToken(String nextToken)
A token used to resume pagination from the end of a previous request.- Parameters:
nextToken- A token used to resume pagination from the end of a previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packagingGroupId
ListAssetsRequest.Builder packagingGroupId(String packagingGroupId)
Returns Assets associated with the specified PackagingGroup.- Parameters:
packagingGroupId- Returns Assets associated with the specified PackagingGroup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAssetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-