public static interface CancelFlowExecutionsRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<CancelFlowExecutionsRequest.Builder,CancelFlowExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelFlowExecutionsRequest.Builder |
executionIds(Collection<String> executionIds)
The ID of each active run to cancel.
|
CancelFlowExecutionsRequest.Builder |
executionIds(String... executionIds)
The ID of each active run to cancel.
|
CancelFlowExecutionsRequest.Builder |
flowName(String flowName)
The name of a flow with active runs that you want to cancel.
|
CancelFlowExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CancelFlowExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelFlowExecutionsRequest.Builder flowName(String flowName)
The name of a flow with active runs that you want to cancel.
flowName - The name of a flow with active runs that you want to cancel.CancelFlowExecutionsRequest.Builder executionIds(Collection<String> executionIds)
The ID of each active run to cancel. These runs must belong to the flow you specify in your request.
If you omit this parameter, your request ends all active runs that belong to the flow.
executionIds - The ID of each active run to cancel. These runs must belong to the flow you specify in your
request.
If you omit this parameter, your request ends all active runs that belong to the flow.
CancelFlowExecutionsRequest.Builder executionIds(String... executionIds)
The ID of each active run to cancel. These runs must belong to the flow you specify in your request.
If you omit this parameter, your request ends all active runs that belong to the flow.
executionIds - The ID of each active run to cancel. These runs must belong to the flow you specify in your
request.
If you omit this parameter, your request ends all active runs that belong to the flow.
CancelFlowExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCancelFlowExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.