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.
|
DeactivatePipelineRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
DeactivatePipelineRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeactivatePipelineRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.