public static interface DeleteFlowRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DeleteFlowRequest.Builder,DeleteFlowRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteFlowRequest.Builder |
flowName(String flowName)
The specified name of the flow.
|
DeleteFlowRequest.Builder |
forceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
|
DeleteFlowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteFlowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFlowRequest.Builder flowName(String flowName)
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
flowName - The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.DeleteFlowRequest.Builder forceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
forceDelete - Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.DeleteFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.