Interface AllowedStatistics.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AllowedStatistics.Builder,AllowedStatistics>, SdkBuilder<AllowedStatistics.Builder,AllowedStatistics>, SdkPojo
Enclosing class:
AllowedStatistics

public static interface AllowedStatistics.Builder extends SdkPojo, CopyableBuilder<AllowedStatistics.Builder,AllowedStatistics>
  • Method Details

    • statistics

      AllowedStatistics.Builder statistics(Collection<String> statistics)

      One or more column statistics to allow for columns that contain detected entities.

      Parameters:
      statistics - One or more column statistics to allow for columns that contain detected entities.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statistics

      AllowedStatistics.Builder statistics(String... statistics)

      One or more column statistics to allow for columns that contain detected entities.

      Parameters:
      statistics - One or more column statistics to allow for columns that contain detected entities.
      Returns:
      Returns a reference to this object so that method calls can be chained together.