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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelFlowExecutionsResponse.BuilderinvalidExecutions(String... invalidExecutions)The IDs of runs that Amazon AppFlow couldn't cancel.CancelFlowExecutionsResponse.BuilderinvalidExecutions(Collection<String> invalidExecutions)The IDs of runs that Amazon AppFlow couldn't cancel.-
Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-