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 |
status(String status)
The desired status of the pipeline:
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.