public static interface CancelFlowExecutionsResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<CancelFlowExecutionsResponse.Builder,CancelFlowExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
CancelFlowExecutionsResponse.Builder |
invalidExecutions(Collection<String> invalidExecutions)
The IDs of runs that Amazon AppFlow couldn't cancel.
|
CancelFlowExecutionsResponse.Builder |
invalidExecutions(String... invalidExecutions)
The IDs of runs that Amazon AppFlow couldn't cancel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelFlowExecutionsResponse.Builder invalidExecutions(Collection<String> invalidExecutions)
The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling because they haven't started yet or have already completed.
invalidExecutions - The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling
because they haven't started yet or have already completed.CancelFlowExecutionsResponse.Builder invalidExecutions(String... invalidExecutions)
The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling because they haven't started yet or have already completed.
invalidExecutions - The IDs of runs that Amazon AppFlow couldn't cancel. These runs might be ineligible for canceling
because they haven't started yet or have already completed.Copyright © 2023. All rights reserved.