Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.FlowSummary.Builder
-
Packages that use FlowSummary.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowSummary.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowSummary.Builder Modifier and Type Method Description FlowSummary.BuilderFlowSummary.Builder. arn(String arn)The Amazon Resource Name (ARN) of the flow.static FlowSummary.BuilderFlowSummary. builder()FlowSummary.BuilderFlowSummary.Builder. createdAt(Instant createdAt)The time at which the flow was created.FlowSummary.BuilderFlowSummary.Builder. description(String description)A description of the flow.FlowSummary.BuilderFlowSummary.Builder. id(String id)The unique identifier of the flow.FlowSummary.BuilderFlowSummary.Builder. name(String name)The name of the flow.FlowSummary.BuilderFlowSummary.Builder. status(String status)The status of the flow.FlowSummary.BuilderFlowSummary.Builder. status(FlowStatus status)The status of the flow.FlowSummary.BuilderFlowSummary. toBuilder()FlowSummary.BuilderFlowSummary.Builder. updatedAt(Instant updatedAt)The time at which the flow was last updated.FlowSummary.BuilderFlowSummary.Builder. version(String version)The latest version of the flow.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowSummary.Builder Modifier and Type Method Description static Class<? extends FlowSummary.Builder>FlowSummary. serializableBuilderClass()
-