public static interface DeactivatePipelineRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<DeactivatePipelineRequest.Builder,DeactivatePipelineRequest>
| Modifier and Type | Method and Description |
|---|---|
DeactivatePipelineRequest.Builder |
cancelActive(Boolean cancelActive)
Indicates whether to cancel any running objects.
|
DeactivatePipelineRequest.Builder |
pipelineId(String pipelineId)
The ID of the pipeline.
|
DeactivatePipelineRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeactivatePipelineRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline.
pipelineId - The ID of the pipeline.DeactivatePipelineRequest.Builder cancelActive(Boolean cancelActive)
Indicates whether to cancel any running objects. The default is true, which sets the state of any running
objects to CANCELED. If this value is false, the pipeline is deactivated after all running
objects finish.
cancelActive - Indicates whether to cancel any running objects. The default is true, which sets the state of any
running objects to CANCELED. If this value is false, the pipeline is deactivated after
all running objects finish.DeactivatePipelineRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.