public static interface ListPresetsRequest.Builder extends MediaConvertRequest.Builder, CopyableBuilder<ListPresetsRequest.Builder,ListPresetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPresetsRequest.Builder |
category(String category)
Optionally, specify a preset category to limit responses to only presets from that category.
|
ListPresetsRequest.Builder |
listBy(PresetListBy listBy)
Sets the value of the ListBy property for this object.
|
ListPresetsRequest.Builder |
listBy(String listBy)
Sets the value of the ListBy property for this object.
|
ListPresetsRequest.Builder |
maxResults(Integer maxResults)
Optional.
|
ListPresetsRequest.Builder |
nextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of presets.
|
ListPresetsRequest.Builder |
order(Order order)
Sets the value of the Order property for this object.
|
ListPresetsRequest.Builder |
order(String order)
Sets the value of the Order property for this object.
|
ListPresetsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListPresetsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListPresetsRequest.Builder category(String category)
category - Optionally, specify a preset category to limit responses to only presets from that category.ListPresetsRequest.Builder listBy(String listBy)
listBy - The new value for the ListBy property for this object.PresetListBy,
PresetListByListPresetsRequest.Builder listBy(PresetListBy listBy)
listBy - The new value for the ListBy property for this object.PresetListBy,
PresetListByListPresetsRequest.Builder maxResults(Integer maxResults)
maxResults - Optional. Number of presets, up to twenty, that will be returned at one timeListPresetsRequest.Builder nextToken(String nextToken)
nextToken - Use this string, provided with the response to a previous request, to request the next batch of
presets.ListPresetsRequest.Builder order(String order)
ListPresetsRequest.Builder order(Order order)
ListPresetsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListPresetsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.