Class CfnDatasetPropsMixin.DatasetParameterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnDatasetPropsMixin.DatasetParameterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetPropsMixin.DatasetParameterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetPropsMixin.DatasetParameterProperty
@Stability(Stable)
@Internal
public static final class CfnDatasetPropsMixin.DatasetParameterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetPropsMixin.DatasetParameterProperty
An implementation for
CfnDatasetPropsMixin.DatasetParameterProperty-
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.cfnpropertymixins.services.databrew.CfnDatasetPropsMixin.DatasetParameterProperty
CfnDatasetPropsMixin.DatasetParameterProperty.Builder, CfnDatasetPropsMixin.DatasetParameterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDatasetPropsMixin.DatasetParameterProperty.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 ObjectOptional boolean value that defines whether the captured value of this parameter should be loaded as an additional column in the dataset.final ObjectAdditional parameter options such as a format and a timezone.final ObjectThe optional filter expression structure to apply additional matching criteria to the parameter.final StringgetName()The name of the parameter that is used in the dataset's Amazon S3 path.final StringgetType()The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.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 theCfnDatasetPropsMixin.DatasetParameterProperty.Builder.
-
-
Method Details
-
getCreateColumn
Description copied from interface:CfnDatasetPropsMixin.DatasetParameterPropertyOptional boolean value that defines whether the captured value of this parameter should be loaded as an additional column in the dataset.Returns union: either
BooleanorIResolvable- Specified by:
getCreateColumnin interfaceCfnDatasetPropsMixin.DatasetParameterProperty- See Also:
-
getDatetimeOptions
Description copied from interface:CfnDatasetPropsMixin.DatasetParameterPropertyAdditional parameter options such as a format and a timezone.Required for datetime parameters.
Returns union: either
IResolvableorCfnDatasetPropsMixin.DatetimeOptionsProperty- Specified by:
getDatetimeOptionsin interfaceCfnDatasetPropsMixin.DatasetParameterProperty- See Also:
-
getFilter
Description copied from interface:CfnDatasetPropsMixin.DatasetParameterPropertyThe optional filter expression structure to apply additional matching criteria to the parameter.Returns union: either
IResolvableorCfnDatasetPropsMixin.FilterExpressionProperty- Specified by:
getFilterin interfaceCfnDatasetPropsMixin.DatasetParameterProperty- See Also:
-
getName
Description copied from interface:CfnDatasetPropsMixin.DatasetParameterPropertyThe name of the parameter that is used in the dataset's Amazon S3 path.- Specified by:
getNamein interfaceCfnDatasetPropsMixin.DatasetParameterProperty- See Also:
-
getType
Description copied from interface:CfnDatasetPropsMixin.DatasetParameterPropertyThe type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.- Specified by:
getTypein interfaceCfnDatasetPropsMixin.DatasetParameterProperty- 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()
-