public static interface CfnJob.AllowedStatisticsProperty
When undefined, no statistics will be computed on columns that contain detected entities.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.databrew.*; AllowedStatisticsProperty allowedStatisticsProperty = AllowedStatisticsProperty.builder() .statistics(List.of("statistics")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnJob.AllowedStatisticsProperty.Builder
A builder for
CfnJob.AllowedStatisticsProperty |
static class |
CfnJob.AllowedStatisticsProperty.Jsii$Proxy
An implementation for
CfnJob.AllowedStatisticsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnJob.AllowedStatisticsProperty.Builder |
builder() |
java.util.List<java.lang.String> |
getStatistics()
One or more column statistics to allow for columns that contain detected entities.
|
java.util.List<java.lang.String> getStatistics()
static CfnJob.AllowedStatisticsProperty.Builder builder()