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 SummaryModifier 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.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
executionArnThe 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.
 
 
-