public static interface ListJobTemplatesRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<ListJobTemplatesRequest.Builder,ListJobTemplatesRequest>
Modifier and Type | Method and Description |
---|---|
ListJobTemplatesRequest.Builder |
category(String category)
Optionally, specify a job template category to limit responses to only job templates from that category.
|
ListJobTemplatesRequest.Builder |
listBy(JobTemplateListBy listBy)
Sets the value of the ListBy property for this object.
|
ListJobTemplatesRequest.Builder |
listBy(String listBy)
Sets the value of the ListBy property for this object.
|
ListJobTemplatesRequest.Builder |
maxResults(Integer maxResults)
Optional.
|
ListJobTemplatesRequest.Builder |
nextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of job
templates.
|
ListJobTemplatesRequest.Builder |
order(Order order)
Sets the value of the Order property for this object.
|
ListJobTemplatesRequest.Builder |
order(String order)
Sets the value of the Order property for this object.
|
ListJobTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListJobTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
copy
applyMutation, build
ListJobTemplatesRequest.Builder category(String category)
category
- Optionally, specify a job template category to limit responses to only job templates from that
category.ListJobTemplatesRequest.Builder listBy(String listBy)
listBy
- The new value for the ListBy property for this object.JobTemplateListBy
,
JobTemplateListBy
ListJobTemplatesRequest.Builder listBy(JobTemplateListBy listBy)
listBy
- The new value for the ListBy property for this object.JobTemplateListBy
,
JobTemplateListBy
ListJobTemplatesRequest.Builder maxResults(Integer maxResults)
maxResults
- Optional. Number of job templates, up to twenty, that will be returned at one time.ListJobTemplatesRequest.Builder nextToken(String nextToken)
nextToken
- Use this string, provided with the response to a previous request, to request the next batch of job
templates.ListJobTemplatesRequest.Builder order(String order)
ListJobTemplatesRequest.Builder order(Order order)
ListJobTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListJobTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.