Interface GetJobsQueryResultsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetJobsQueryResultsResponse.Builder,,GetJobsQueryResultsResponse> MediaConvertResponse.Builder,SdkBuilder<GetJobsQueryResultsResponse.Builder,,GetJobsQueryResultsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetJobsQueryResultsResponse
@Mutable
@NotThreadSafe
public static interface GetJobsQueryResultsResponse.Builder
extends MediaConvertResponse.Builder, SdkPojo, CopyableBuilder<GetJobsQueryResultsResponse.Builder,GetJobsQueryResultsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionjobs(Collection<Job> jobs) List of jobs.jobs(Consumer<Job.Builder>... jobs) List of jobs.List of jobs.Use this string to request the next batch of jobs via the StartJobsQuery API.The status of the jobs query.status(JobsQueryStatus status) The status of the jobs query.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediaconvert.model.MediaConvertResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
jobs
List of jobs.- Parameters:
jobs- List of jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobs
List of jobs.- Parameters:
jobs- List of jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobs
List of jobs. This is a convenience method that creates an instance of theJob.Builderavoiding the need to create one manually viaJob.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobs(List<Job>).- Parameters:
jobs- a consumer that will call methods onJob.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Use this string to request the next batch of jobs via the StartJobsQuery API.- Parameters:
nextToken- Use this string to request the next batch of jobs via the StartJobsQuery API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the jobs query.- Parameters:
status- The status of the jobs query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the jobs query.- Parameters:
status- The status of the jobs query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-