Interface ApprovalConfiguration.Builder

  • Method Details

    • autoApprovalRulesWithStrings

      ApprovalConfiguration.Builder autoApprovalRulesWithStrings(Collection<String> autoApprovalRules)

      The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.

      Parameters:
      autoApprovalRules - The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoApprovalRulesWithStrings

      ApprovalConfiguration.Builder autoApprovalRulesWithStrings(String... autoApprovalRules)

      The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.

      Parameters:
      autoApprovalRules - The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoApprovalRules

      ApprovalConfiguration.Builder autoApprovalRules(Collection<AutoApprovalRule> autoApprovalRules)

      The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.

      Parameters:
      autoApprovalRules - The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoApprovalRules

      ApprovalConfiguration.Builder autoApprovalRules(AutoApprovalRule... autoApprovalRules)

      The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.

      Parameters:
      autoApprovalRules - The rules that determine which registry records are automatically approved on submission. When omitted or empty, submitted records require manual review.
      Returns:
      Returns a reference to this object so that method calls can be chained together.