Interface ListJobsByPipelineRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListJobsByPipelineRequest.Builder,
,ListJobsByPipelineRequest> ElasticTranscoderRequest.Builder
,SdkBuilder<ListJobsByPipelineRequest.Builder,
,ListJobsByPipelineRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListJobsByPipelineRequest
public static interface ListJobsByPipelineRequest.Builder
extends ElasticTranscoderRequest.Builder, SdkPojo, CopyableBuilder<ListJobsByPipelineRequest.Builder,ListJobsByPipelineRequest>
-
Method Summary
Modifier and TypeMethodDescriptionTo list jobs in chronological order by the date and time that they were submitted, entertrue
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pipelineId
(String pipelineId) The ID of the pipeline for which you want to get job information.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 Details
-
pipelineId
The ID of the pipeline for which you want to get job information.
- Parameters:
pipelineId
- The ID of the pipeline for which you want to get job information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
When Elastic Transcoder returns more than one page of results, use
pageToken
in subsequentGET
requests to get each successive page of results.- Parameters:
pageToken
- When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListJobsByPipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListJobsByPipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-