Interface CancelFlowExecutionsResponse.Builder

All Superinterfaces:
AppflowResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<CancelFlowExecutionsResponse.Builder,CancelFlowExecutionsResponse>, SdkBuilder<CancelFlowExecutionsResponse.Builder,CancelFlowExecutionsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CancelFlowExecutionsResponse

public static interface CancelFlowExecutionsResponse.Builder extends AppflowResponse.Builder, SdkPojo, CopyableBuilder<CancelFlowExecutionsResponse.Builder,CancelFlowExecutionsResponse>
  • 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.