Interface ListJobsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListJobsRequest.Builder,,- ListJobsRequest> - MediaConvertRequest.Builder,- SdkBuilder<ListJobsRequest.Builder,,- ListJobsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListJobsRequest
@Mutable
@NotThreadSafe
public static interface ListJobsRequest.Builder
extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<ListJobsRequest.Builder,ListJobsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionmaxResults(Integer maxResults) Optional.Optional.Optional.Optional.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Optional.Optional.Optional.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.mediaconvert.model.MediaConvertRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
maxResultsOptional. 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.
 
- 
nextTokenOptional. 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.
 
- 
orderOptional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.- Parameters:
- order- Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
orderOptional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.- Parameters:
- order- Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
queueOptional. Provide a queue name to get back only jobs from that queue.- Parameters:
- queue- Optional. Provide a queue name to get back only jobs from that queue.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusOptional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.- Parameters:
- status- Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusOptional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.- Parameters:
- status- Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationListJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-