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
Modifier and TypeMethodDescriptionexecutionIdentifier(String executionIdentifier) The unique identifier of the flow execution.flowAliasIdentifier(String flowAliasIdentifier) The unique identifier of the flow alias used for the flow execution.flowIdentifier(String flowIdentifier) The unique identifier of the flow.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
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.
-
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.
-
overrideConfiguration
GetExecutionFlowSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetExecutionFlowSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-