Class CfnJob.ProfileConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.databrew.CfnJob.ProfileConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJob.ProfileConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnJob.ProfileConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnJob.ProfileConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJob.ProfileConfigurationProperty
An implementation for
CfnJob.ProfileConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.databrew.CfnJob.ProfileConfigurationProperty
CfnJob.ProfileConfigurationProperty.Builder, CfnJob.ProfileConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJob.ProfileConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectList of configurations for column evaluations.final ObjectConfiguration for inter-column evaluations.final ObjectConfiguration of entity detection for a profile job.final ObjectList of column selectors.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnJob.ProfileConfigurationProperty.Builder.
-
-
Method Details
-
getColumnStatisticsConfigurations
Description copied from interface:CfnJob.ProfileConfigurationPropertyList of configurations for column evaluations.ColumnStatisticsConfigurations are used to select evaluations and override parameters of evaluations for particular columns. When ColumnStatisticsConfigurations is undefined, the profile job will profile all supported columns and run all supported evaluations.
- Specified by:
getColumnStatisticsConfigurationsin interfaceCfnJob.ProfileConfigurationProperty
-
getDatasetStatisticsConfiguration
Description copied from interface:CfnJob.ProfileConfigurationPropertyConfiguration for inter-column evaluations.Configuration can be used to select evaluations and override parameters of evaluations. When configuration is undefined, the profile job will run all supported inter-column evaluations.
- Specified by:
getDatasetStatisticsConfigurationin interfaceCfnJob.ProfileConfigurationProperty
-
getEntityDetectorConfiguration
Description copied from interface:CfnJob.ProfileConfigurationPropertyConfiguration of entity detection for a profile job.When undefined, entity detection is disabled.
- Specified by:
getEntityDetectorConfigurationin interfaceCfnJob.ProfileConfigurationProperty
-
getProfileColumns
Description copied from interface:CfnJob.ProfileConfigurationPropertyList of column selectors.ProfileColumns can be used to select columns from the dataset. When ProfileColumns is undefined, the profile job will profile all supported columns.
- Specified by:
getProfileColumnsin interfaceCfnJob.ProfileConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-