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