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