Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.GetFlowExecutionResponse.Builder
Packages that use GetFlowExecutionResponse.Builder
-
Uses of GetFlowExecutionResponse.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GetFlowExecutionResponse.BuilderModifier and TypeMethodDescriptionGetFlowExecutionResponse.builder()The timestamp when the flow execution ended.GetFlowExecutionResponse.Builder.errors(Collection<FlowExecutionError> errors) A list of errors that occurred during the flow execution.GetFlowExecutionResponse.Builder.errors(Consumer<FlowExecutionError.Builder>... errors) A list of errors that occurred during the flow execution.GetFlowExecutionResponse.Builder.errors(FlowExecutionError... errors) A list of errors that occurred during the flow execution.GetFlowExecutionResponse.Builder.executionArn(String executionArn) The Amazon Resource Name (ARN) that uniquely identifies the flow execution.GetFlowExecutionResponse.Builder.flowAliasIdentifier(String flowAliasIdentifier) The unique identifier of the flow alias used for the execution.GetFlowExecutionResponse.Builder.flowIdentifier(String flowIdentifier) The unique identifier of the flow.GetFlowExecutionResponse.Builder.flowVersion(String flowVersion) The version of the flow used for the execution.The timestamp when the flow execution started.The current status of the flow execution.GetFlowExecutionResponse.Builder.status(FlowExecutionStatus status) The current status of the flow execution.GetFlowExecutionResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GetFlowExecutionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetFlowExecutionResponse.Builder>GetFlowExecutionResponse.serializableBuilderClass()