public static interface UpdatePipelineStatusRequest.Builder extends ElasticTranscoderRequest.Builder, CopyableBuilder<UpdatePipelineStatusRequest.Builder,UpdatePipelineStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePipelineStatusRequest.Builder |
id(String id)
The identifier of the pipeline to update.
|
UpdatePipelineStatusRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdatePipelineStatusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdatePipelineStatusRequest.Builder |
status(String status)
The desired status of the pipeline:
|
buildrequestOverrideConfigcopyapply, buildUpdatePipelineStatusRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdatePipelineStatusRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.