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