Interface DeleteFlowRequest.Builder
-
- All Superinterfaces:
AppflowRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteFlowRequest.Builder,DeleteFlowRequest>,SdkBuilder<DeleteFlowRequest.Builder,DeleteFlowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteFlowRequest
public static interface DeleteFlowRequest.Builder extends AppflowRequest.Builder, SdkPojo, CopyableBuilder<DeleteFlowRequest.Builder,DeleteFlowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFlowRequest.BuilderflowName(String flowName)The specified name of the flow.DeleteFlowRequest.BuilderforceDelete(Boolean forceDelete)Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.DeleteFlowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteFlowRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.appflow.model.AppflowRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
-
-
-
Method Detail
-
flowName
DeleteFlowRequest.Builder flowName(String flowName)
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
- Parameters:
flowName- The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forceDelete
DeleteFlowRequest.Builder forceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
- Parameters:
forceDelete- Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteFlowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteFlowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-