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