Interface InvokeFlowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentRuntimeResponse.Builder
,Buildable
,CopyableBuilder<InvokeFlowResponse.Builder,
,InvokeFlowResponse> SdkBuilder<InvokeFlowResponse.Builder,
,InvokeFlowResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
InvokeFlowResponse
@Mutable
@NotThreadSafe
public static interface InvokeFlowResponse.Builder
extends BedrockAgentRuntimeResponse.Builder, SdkPojo, CopyableBuilder<InvokeFlowResponse.Builder,InvokeFlowResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionId
(String executionId) The unique identifier for the current flow execution.Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.BedrockAgentRuntimeResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
executionId
The unique identifier for the current flow execution.
- Parameters:
executionId
- The unique identifier for the current flow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-