CopyableBuilder<UpdatePipelineStatusRequest.Builder,UpdatePipelineStatusRequest>
, SdkBuilder<UpdatePipelineStatusRequest.Builder,UpdatePipelineStatusRequest>
public static interface UpdatePipelineStatusRequest.Builder extends CopyableBuilder<UpdatePipelineStatusRequest.Builder,UpdatePipelineStatusRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdatePipelineStatusRequest.Builder |
id(String id) |
The identifier of the pipeline to update.
|
UpdatePipelineStatusRequest.Builder |
status(String status) |
The desired status of the pipeline:
|
copy
apply, 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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.