Interface CustomEntityConfig.Builder

  • Method Details

    • customDataIdentifiers

      CustomEntityConfig.Builder customDataIdentifiers(Collection<String> customDataIdentifiers)

      Defines data identifiers for the custom entity configuration. Provide this only if CUSTOM redaction is configured.

      Parameters:
      customDataIdentifiers - Defines data identifiers for the custom entity configuration. Provide this only if CUSTOM redaction is configured.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customDataIdentifiers

      CustomEntityConfig.Builder customDataIdentifiers(String... customDataIdentifiers)

      Defines data identifiers for the custom entity configuration. Provide this only if CUSTOM redaction is configured.

      Parameters:
      customDataIdentifiers - Defines data identifiers for the custom entity configuration. Provide this only if CUSTOM redaction is configured.
      Returns:
      Returns a reference to this object so that method calls can be chained together.