Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.StartFlowExecutionResponse.Builder
-
Packages that use StartFlowExecutionResponse.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of StartFlowExecutionResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return StartFlowExecutionResponse.Builder Modifier and Type Method Description static StartFlowExecutionResponse.BuilderStartFlowExecutionResponse. builder()StartFlowExecutionResponse.BuilderStartFlowExecutionResponse.Builder. executionArn(String executionArn)The Amazon Resource Name (ARN) that uniquely identifies the flow execution.StartFlowExecutionResponse.BuilderStartFlowExecutionResponse. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type StartFlowExecutionResponse.Builder Modifier and Type Method Description static Class<? extends StartFlowExecutionResponse.Builder>StartFlowExecutionResponse. serializableBuilderClass()
-