public static interface UpdatePipelineStatusRequest.Builder extends ElasticTranscoderRequest.Builder, SdkPojo, CopyableBuilder<UpdatePipelineStatusRequest.Builder,UpdatePipelineStatusRequest>
Modifier and Type | Method and Description |
---|---|
UpdatePipelineStatusRequest.Builder |
id(String id)
The identifier of the pipeline to update.
|
UpdatePipelineStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdatePipelineStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdatePipelineStatusRequest.Builder |
status(String status)
The desired status of the pipeline:
|
build
overrideConfiguration
copy
applyMutation, build
UpdatePipelineStatusRequest.Builder id(String id)
The identifier of the pipeline to update.
id
- The identifier of the pipeline to update.UpdatePipelineStatusRequest.Builder status(String status)
The desired status of the pipeline:
Active
: The pipeline is processing jobs.
Paused
: The pipeline is not currently processing jobs.
status
- The desired status of the pipeline:
Active
: The pipeline is processing jobs.
Paused
: The pipeline is not currently processing jobs.
UpdatePipelineStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdatePipelineStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.