Class CfnDatasetPropsMixin.FormatOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnDatasetPropsMixin.FormatOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetPropsMixin.FormatOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetPropsMixin.FormatOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDatasetPropsMixin.FormatOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetPropsMixin.FormatOptionsProperty
An implementation for
CfnDatasetPropsMixin.FormatOptionsProperty-
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.FormatOptionsProperty
CfnDatasetPropsMixin.FormatOptionsProperty.Builder, CfnDatasetPropsMixin.FormatOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDatasetPropsMixin.FormatOptionsProperty.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 ObjectgetCsv()Options that define how CSV input is to be interpreted by DataBrew.final ObjectgetExcel()Options that define how Excel input is to be interpreted by DataBrew.final ObjectgetJson()Options that define how JSON input is to be interpreted by DataBrew.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.FormatOptionsProperty.Builder.
-
-
Method Details
-
getCsv
Description copied from interface:CfnDatasetPropsMixin.FormatOptionsPropertyOptions that define how CSV input is to be interpreted by DataBrew.Returns union: either
IResolvableorCfnDatasetPropsMixin.CsvOptionsProperty- Specified by:
getCsvin interfaceCfnDatasetPropsMixin.FormatOptionsProperty- See Also:
-
getExcel
Description copied from interface:CfnDatasetPropsMixin.FormatOptionsPropertyOptions that define how Excel input is to be interpreted by DataBrew.Returns union: either
IResolvableorCfnDatasetPropsMixin.ExcelOptionsProperty- Specified by:
getExcelin interfaceCfnDatasetPropsMixin.FormatOptionsProperty- See Also:
-
getJson
Description copied from interface:CfnDatasetPropsMixin.FormatOptionsPropertyOptions that define how JSON input is to be interpreted by DataBrew.Returns union: either
IResolvableorCfnDatasetPropsMixin.JsonOptionsProperty- Specified by:
getJsonin interfaceCfnDatasetPropsMixin.FormatOptionsProperty- 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()
-