Interface ListPresetsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListPresetsRequest.Builder,ListPresetsRequest>,MediaConvertRequest.Builder,SdkBuilder<ListPresetsRequest.Builder,ListPresetsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListPresetsRequest
public static interface ListPresetsRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<ListPresetsRequest.Builder,ListPresetsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPresetsRequest.Buildercategory(String category)Optionally, specify a preset category to limit responses to only presets from that category.ListPresetsRequest.BuilderlistBy(String listBy)Optional.ListPresetsRequest.BuilderlistBy(PresetListBy listBy)Optional.ListPresetsRequest.BuildermaxResults(Integer maxResults)Optional.ListPresetsRequest.BuildernextToken(String nextToken)Use this string, provided with the response to a previous request, to request the next batch of presets.ListPresetsRequest.Builderorder(String order)Optional.ListPresetsRequest.Builderorder(Order order)Optional.ListPresetsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPresetsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.mediaconvert.model.MediaConvertRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
category
ListPresetsRequest.Builder category(String category)
Optionally, specify a preset category to limit responses to only presets from that category.- Parameters:
category- Optionally, specify a preset category to limit responses to only presets from that category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listBy
ListPresetsRequest.Builder listBy(String listBy)
Optional. When you request a list of presets, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.- Parameters:
listBy- Optional. When you request a list of presets, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PresetListBy,PresetListBy
-
listBy
ListPresetsRequest.Builder listBy(PresetListBy listBy)
Optional. When you request a list of presets, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.- Parameters:
listBy- Optional. When you request a list of presets, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PresetListBy,PresetListBy
-
maxResults
ListPresetsRequest.Builder maxResults(Integer maxResults)
Optional. Number of presets, up to twenty, that will be returned at one time- Parameters:
maxResults- Optional. Number of presets, up to twenty, that will be returned at one time- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListPresetsRequest.Builder nextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of presets.- Parameters:
nextToken- Use this string, provided with the response to a previous request, to request the next batch of presets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
order
ListPresetsRequest.Builder order(String order)
Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
-
order
ListPresetsRequest.Builder order(Order order)
Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
-
overrideConfiguration
ListPresetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPresetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-