Class CfnJob.ProfileConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJob.ProfileConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJob.ProfileConfigurationProperty
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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnJob.ColumnStatisticsConfigurationProperty>- Specified by:
getColumnStatisticsConfigurationsin interfaceCfnJob.ProfileConfigurationProperty- See Also:
-
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.
Returns union: either
IResolvableorCfnJob.StatisticsConfigurationProperty- Specified by:
getDatasetStatisticsConfigurationin interfaceCfnJob.ProfileConfigurationProperty- See Also:
-
getEntityDetectorConfiguration
Description copied from interface:CfnJob.ProfileConfigurationPropertyConfiguration of entity detection for a profile job.When undefined, entity detection is disabled.
Returns union: either
IResolvableorCfnJob.EntityDetectorConfigurationProperty- Specified by:
getEntityDetectorConfigurationin interfaceCfnJob.ProfileConfigurationProperty- See Also:
-
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.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnJob.ColumnSelectorProperty>- Specified by:
getProfileColumnsin interfaceCfnJob.ProfileConfigurationProperty- See Also:
-
$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()
-