Class AddDataQualityRuleRequest.Builder

  • Enclosing class:
    AddDataQualityRuleRequest

    @Deprecated
    public static final class AddDataQualityRuleRequest.Builder
    extends Object
    Deprecated.
    • Method Detail

      • id

        public AddDataQualityRuleRequest.Builder id​(UUID id)
        Deprecated.
        The ID of the new Data Quality Rule. Should be unique within all data quality rules. It should have a format of universally unique identifier (UUID) and should not start with 00000000-0000-0000- which is a reserved prefix.
        Returns:
        this.
      • name

        public AddDataQualityRuleRequest.Builder name​(@NotNull
                                                      @NotNull String name)
        Deprecated.
        The name of the new data quality rule. Should be unique within all data quality rules.
        Returns:
        this.
      • description

        public AddDataQualityRuleRequest.Builder description​(String description)
        Deprecated.
        The description of the new data quality rule.
        Returns:
        this.
      • categorizationRelationTypeId

        public AddDataQualityRuleRequest.Builder categorizationRelationTypeId​(@NotNull
                                                                              @NotNull UUID categorizationRelationTypeId)
        Deprecated.
        The ID of the categorization relation type.
        Returns:
        this.
      • toString

        public String toString()
        Deprecated.
        Overrides:
        toString in class Object