Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.UpdateFlowResponse.Builder
Packages that use UpdateFlowResponse.Builder
-
Uses of UpdateFlowResponse.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return UpdateFlowResponse.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow.static UpdateFlowResponse.BuilderUpdateFlowResponse.builder()The time at which the flow was created.UpdateFlowResponse.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key that the flow was encrypted with.default UpdateFlowResponse.BuilderUpdateFlowResponse.Builder.definition(Consumer<FlowDefinition.Builder> definition) A definition of the nodes and the connections between nodes in the flow.UpdateFlowResponse.Builder.definition(FlowDefinition definition) A definition of the nodes and the connections between nodes in the flow.UpdateFlowResponse.Builder.description(String description) The description of the flow.UpdateFlowResponse.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.UpdateFlowResponse.Builder.status(FlowStatus status) The status of the flow.UpdateFlowResponse.toBuilder()The time at which the flow was last updated.The version of the flow.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type UpdateFlowResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateFlowResponse.Builder>UpdateFlowResponse.serializableBuilderClass()