@Stability(value=Stable)
public static interface CfnJob.EntityDetectorConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
EntityDetectorConfigurationProperty entityDetectorConfigurationProperty = EntityDetectorConfigurationProperty.builder()
.entityTypes(List.of("entityTypes"))
// the properties below are optional
.allowedStatistics(AllowedStatisticsProperty.builder()
.statistics(List.of("statistics"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnJob.EntityDetectorConfigurationProperty.Builder
A builder for
CfnJob.EntityDetectorConfigurationProperty |
static class |
CfnJob.EntityDetectorConfigurationProperty.Jsii$Proxy
An implementation for
CfnJob.EntityDetectorConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnJob.EntityDetectorConfigurationProperty.Builder |
builder() |
default Object |
getAllowedStatistics()
`CfnJob.EntityDetectorConfigurationProperty.AllowedStatistics`.
|
List<String> |
getEntityTypes()
`CfnJob.EntityDetectorConfigurationProperty.EntityTypes`.
|
@Stability(value=Stable) @NotNull List<String> getEntityTypes()
@Stability(value=Stable) @Nullable default Object getAllowedStatistics()
@Stability(value=Stable) static CfnJob.EntityDetectorConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.