Interface ListJobsByStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListJobsByStatusRequest.Builder,ListJobsByStatusRequest>,ElasticTranscoderRequest.Builder,SdkBuilder<ListJobsByStatusRequest.Builder,ListJobsByStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListJobsByStatusRequest
public static interface ListJobsByStatusRequest.Builder extends ElasticTranscoderRequest.Builder, SdkPojo, CopyableBuilder<ListJobsByStatusRequest.Builder,ListJobsByStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListJobsByStatusRequest.Builderascending(String ascending)To list jobs in chronological order by the date and time that they were submitted, entertrue.ListJobsByStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListJobsByStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListJobsByStatusRequest.BuilderpageToken(String pageToken)When Elastic Transcoder returns more than one page of results, usepageTokenin subsequentGETrequests to get each successive page of results.ListJobsByStatusRequest.Builderstatus(String status)To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:Submitted,Progressing,Complete,Canceled, orError.-
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.elastictranscoder.model.ElasticTranscoderRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
status
ListJobsByStatusRequest.Builder status(String status)
To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
Submitted,Progressing,Complete,Canceled, orError.- Parameters:
status- To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:Submitted,Progressing,Complete,Canceled, orError.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ascending
ListJobsByStatusRequest.Builder ascending(String ascending)
To list jobs in chronological order by the date and time that they were submitted, enter
true. To list jobs in reverse chronological order, enterfalse.- Parameters:
ascending- To list jobs in chronological order by the date and time that they were submitted, entertrue. To list jobs in reverse chronological order, enterfalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageToken
ListJobsByStatusRequest.Builder pageToken(String pageToken)
When Elastic Transcoder returns more than one page of results, use
pageTokenin subsequentGETrequests to get each successive page of results.- Parameters:
pageToken- When Elastic Transcoder returns more than one page of results, usepageTokenin subsequentGETrequests to get each successive page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListJobsByStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListJobsByStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-