@Stability(value=Stable)
public static interface CfnJob.AllowedStatisticsProperty
extends software.amazon.jsii.JsiiSerializable
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() |
List<String> |
getStatistics()
One or more column statistics to allow for columns that contain detected entities.
|
@Stability(value=Stable) @NotNull List<String> getStatistics()
@Stability(value=Stable) static CfnJob.AllowedStatisticsProperty.Builder builder()
Copyright © 2022. All rights reserved.