Interface StartFlowExecutionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentRuntimeResponse.Builder
,Buildable
,CopyableBuilder<StartFlowExecutionResponse.Builder,
,StartFlowExecutionResponse> SdkBuilder<StartFlowExecutionResponse.Builder,
,StartFlowExecutionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartFlowExecutionResponse
@Mutable
@NotThreadSafe
public static interface StartFlowExecutionResponse.Builder
extends BedrockAgentRuntimeResponse.Builder, SdkPojo, CopyableBuilder<StartFlowExecutionResponse.Builder,StartFlowExecutionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionArn
(String executionArn) The Amazon Resource Name (ARN) that uniquely identifies the 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
-
executionArn
The Amazon Resource Name (ARN) that uniquely identifies the flow execution.
- Parameters:
executionArn
- The Amazon Resource Name (ARN) that uniquely identifies the flow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-