Interface SearchJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SearchJobsRequest.Builder,SearchJobsRequest>,MediaConvertRequest.Builder,SdkBuilder<SearchJobsRequest.Builder,SearchJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SearchJobsRequest
public static interface SearchJobsRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<SearchJobsRequest.Builder,SearchJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchJobsRequest.BuilderinputFile(String inputFile)Optional.SearchJobsRequest.BuildermaxResults(Integer maxResults)Optional.SearchJobsRequest.BuildernextToken(String nextToken)Optional.SearchJobsRequest.Builderorder(String order)Optional.SearchJobsRequest.Builderorder(Order order)Optional.SearchJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SearchJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SearchJobsRequest.Builderqueue(String queue)Optional.SearchJobsRequest.Builderstatus(String status)Optional.SearchJobsRequest.Builderstatus(JobStatus status)Optional.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
inputFile
SearchJobsRequest.Builder inputFile(String inputFile)
Optional. Provide your input file URL or your partial input file name. The maximum length for an input file is 300 characters.- Parameters:
inputFile- Optional. Provide your input file URL or your partial input file name. The maximum length for an input file is 300 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
SearchJobsRequest.Builder maxResults(Integer maxResults)
Optional. Number of jobs, up to twenty, that will be returned at one time.- Parameters:
maxResults- Optional. Number of jobs, 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
SearchJobsRequest.Builder nextToken(String nextToken)
Optional. Use this string, provided with the response to a previous request, to request the next batch of jobs.- Parameters:
nextToken- Optional. Use this string, provided with the response to a previous request, to request the next batch of jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
order
SearchJobsRequest.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
SearchJobsRequest.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.
-
queue
SearchJobsRequest.Builder queue(String queue)
Optional. Provide a queue name, or a queue ARN, to return only jobs from that queue.- Parameters:
queue- Optional. Provide a queue name, or a queue ARN, to return only jobs from that queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
SearchJobsRequest.Builder status(String status)
Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
-
status
SearchJobsRequest.Builder status(JobStatus status)
Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
-
overrideConfiguration
SearchJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SearchJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-