Interface StartJobsQueryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartJobsQueryRequest.Builder,,StartJobsQueryRequest> MediaConvertRequest.Builder,SdkBuilder<StartJobsQueryRequest.Builder,,StartJobsQueryRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartJobsQueryRequest
@Mutable
@NotThreadSafe
public static interface StartJobsQueryRequest.Builder
extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<StartJobsQueryRequest.Builder,StartJobsQueryRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfilterList(Collection<JobsQueryFilter> filterList) Optional.filterList(Consumer<JobsQueryFilter.Builder>... filterList) Optional.filterList(JobsQueryFilter... filterList) Optional.maxResults(Integer maxResults) Optional.Use this string to request the next batch of jobs matched by a jobs query.Optional.Optional.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediaconvert.model.MediaConvertRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
filterList
Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request.- Parameters:
filterList- Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterList
Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request.- Parameters:
filterList- Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterList
Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request. This is a convenience method that creates an instance of theJobsQueryFilter.Builderavoiding the need to create one manually viaJobsQueryFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilterList(List<JobsQueryFilter>).- Parameters:
filterList- a consumer that will call methods onJobsQueryFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
Optional. Number of jobs, up to twenty, that will be included in the jobs query.- Parameters:
maxResults- Optional. Number of jobs, up to twenty, that will be included in the jobs query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Use this string to request the next batch of jobs matched by a jobs query.- Parameters:
nextToken- Use this string to request the next batch of jobs matched by a jobs query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
order
Optional. 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:
-
order
Optional. 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:
-
overrideConfiguration
StartJobsQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartJobsQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-