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