public static interface ListJobTemplatesRequest.Builder extends MediaConvertRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListJobTemplatesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListJobTemplatesRequest.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,
JobTemplateListByListJobTemplatesRequest.Builder listBy(JobTemplateListBy listBy)
listBy - The new value for the ListBy property for this object.JobTemplateListBy,
JobTemplateListByListJobTemplatesRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListJobTemplatesRequest.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.