Interface IdMappingConfig.Builder

  • Method Details

    • allowUseAsDimensionColumn

      IdMappingConfig.Builder allowUseAsDimensionColumn(Boolean allowUseAsDimensionColumn)

      An indicator as to whether you can use your column as a dimension column in the ID mapping table ( TRUE) or not (FALSE).

      Default is FALSE.

      Parameters:
      allowUseAsDimensionColumn - An indicator as to whether you can use your column as a dimension column in the ID mapping table ( TRUE) or not (FALSE).

      Default is FALSE.

      Returns:
      Returns a reference to this object so that method calls can be chained together.