Interface DeleteFlowRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<DeleteFlowRequest.Builder,DeleteFlowRequest>,SdkBuilder<DeleteFlowRequest.Builder,DeleteFlowRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteFlowRequest
public static interface DeleteFlowRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<DeleteFlowRequest.Builder,DeleteFlowRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFlowRequest.BuilderflowIdentifier(String flowIdentifier)The unique identifier of the flow.DeleteFlowRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteFlowRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteFlowRequest.BuilderskipResourceInUseCheck(Boolean skipResourceInUseCheck)By default, this value isfalseand deletion is stopped if the resource is in use.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
build
-
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
-
flowIdentifier
DeleteFlowRequest.Builder flowIdentifier(String flowIdentifier)
The unique identifier of the flow.
- Parameters:
flowIdentifier- The unique identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skipResourceInUseCheck
DeleteFlowRequest.Builder skipResourceInUseCheck(Boolean skipResourceInUseCheck)
By default, this value is
falseand deletion is stopped if the resource is in use. If you set it totrue, the resource will be deleted even if the resource is in use.- Parameters:
skipResourceInUseCheck- By default, this value isfalseand deletion is stopped if the resource is in use. If you set it totrue, the resource will be deleted even if the resource is 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
-
-