Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.GetFlowResponse.Builder
Packages that use GetFlowResponse.Builder
-
Uses of GetFlowResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GetFlowResponse.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow.static GetFlowResponse.BuilderGetFlowResponse.builder()The time at which the flow was created.GetFlowResponse.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key that the flow is encrypted with.default GetFlowResponse.BuilderGetFlowResponse.Builder.definition(Consumer<FlowDefinition.Builder> definition) The definition of the nodes and connections between the nodes in the flow.GetFlowResponse.Builder.definition(FlowDefinition definition) The definition of the nodes and connections between the nodes in the flow.GetFlowResponse.Builder.description(String description) The description of the flow.GetFlowResponse.Builder.executionRoleArn(String executionRoleArn) The Amazon Resource Name (ARN) of the service role with permissions to create a flow.The unique identifier of the flow.The name of the flow.The status of the flow.GetFlowResponse.Builder.status(FlowStatus status) The status of the flow.GetFlowResponse.toBuilder()The time at which the flow was last updated.GetFlowResponse.Builder.validations(Collection<FlowValidation> validations) A list of validation error messages related to the last failed operation on the flow.GetFlowResponse.Builder.validations(Consumer<FlowValidation.Builder>... validations) A list of validation error messages related to the last failed operation on the flow.GetFlowResponse.Builder.validations(FlowValidation... validations) A list of validation error messages related to the last failed operation on the flow.The version of the flow for which information was retrieved.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type GetFlowResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetFlowResponse.Builder>GetFlowResponse.serializableBuilderClass()