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)
Optional.
|
ListJobTemplatesRequest.Builder |
listBy(String listBy)
Optional.
|
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)
Optional.
|
ListJobTemplatesRequest.Builder |
order(String order)
Optional.
|
ListJobTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListJobTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
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
- Optional. When you request a list of job templates, 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.JobTemplateListBy
,
JobTemplateListBy
ListJobTemplatesRequest.Builder listBy(JobTemplateListBy listBy)
listBy
- Optional. When you request a list of job templates, 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.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 © 2022. All rights reserved.