Class CfnDataset.DatasetParameterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.databrew.CfnDataset.DatasetParameterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataset.DatasetParameterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataset.DatasetParameterProperty
@Stability(Stable)
@Internal
public static final class CfnDataset.DatasetParameterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataset.DatasetParameterProperty
An implementation for
CfnDataset.DatasetParameterProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.databrew.CfnDataset.DatasetParameterProperty
CfnDataset.DatasetParameterProperty.Builder, CfnDataset.DatasetParameterProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataset.DatasetParameterProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Optional boolean value that defines whether the captured value of this parameter should be loaded as an additional column in the dataset.final Object
Additional parameter options such as a format and a timezone.final Object
The optional filter expression structure to apply additional matching criteria to the parameter.final String
getName()
The name of the parameter that is used in the dataset's Amazon S3 path.final String
getType()
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.final int
hashCode()
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 theCfnDataset.DatasetParameterProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnDataset.DatasetParameterProperty
The name of the parameter that is used in the dataset's Amazon S3 path.- Specified by:
getName
in interfaceCfnDataset.DatasetParameterProperty
- See Also:
-
getType
Description copied from interface:CfnDataset.DatasetParameterProperty
The type of the dataset parameter, can be one of a 'String', 'Number' or 'Datetime'.- Specified by:
getType
in interfaceCfnDataset.DatasetParameterProperty
- See Also:
-
getCreateColumn
Description copied from interface:CfnDataset.DatasetParameterProperty
Optional boolean value that defines whether the captured value of this parameter should be loaded as an additional column in the dataset.- Specified by:
getCreateColumn
in interfaceCfnDataset.DatasetParameterProperty
- See Also:
-
getDatetimeOptions
Description copied from interface:CfnDataset.DatasetParameterProperty
Additional parameter options such as a format and a timezone.Required for datetime parameters.
- Specified by:
getDatetimeOptions
in interfaceCfnDataset.DatasetParameterProperty
- See Also:
-
getFilter
Description copied from interface:CfnDataset.DatasetParameterProperty
The optional filter expression structure to apply additional matching criteria to the parameter.- Specified by:
getFilter
in interfaceCfnDataset.DatasetParameterProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-