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