Interface StopFlowExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRuntimeRequest.Builder,Buildable,CopyableBuilder<StopFlowExecutionRequest.Builder,StopFlowExecutionRequest>,SdkBuilder<StopFlowExecutionRequest.Builder,StopFlowExecutionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopFlowExecutionRequest
@Mutable @NotThreadSafe public static interface StopFlowExecutionRequest.Builder extends BedrockAgentRuntimeRequest.Builder, SdkPojo, CopyableBuilder<StopFlowExecutionRequest.Builder,StopFlowExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopFlowExecutionRequest.BuilderexecutionIdentifier(String executionIdentifier)The unique identifier of the flow execution to stop.StopFlowExecutionRequest.BuilderflowAliasIdentifier(String flowAliasIdentifier)The unique identifier of the flow alias used for the execution.StopFlowExecutionRequest.BuilderflowIdentifier(String flowIdentifier)The unique identifier of the flow.StopFlowExecutionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopFlowExecutionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
executionIdentifier
StopFlowExecutionRequest.Builder executionIdentifier(String executionIdentifier)
The unique identifier of the flow execution to stop.
- Parameters:
executionIdentifier- The unique identifier of the flow execution to stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowAliasIdentifier
StopFlowExecutionRequest.Builder flowAliasIdentifier(String flowAliasIdentifier)
The unique identifier of the flow alias used for the execution.
- Parameters:
flowAliasIdentifier- The unique identifier of the flow alias used for the execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowIdentifier
StopFlowExecutionRequest.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.
-
overrideConfiguration
StopFlowExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopFlowExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-