Interface CancelFlowExecutionsResponse.Builder

  • Method Details

    • invalidExecutions

      CancelFlowExecutionsResponse.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • invalidExecutions

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.