Class CfnJobPropsMixin.OutputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnJobPropsMixin.OutputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobPropsMixin.OutputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobPropsMixin.OutputProperty
@Stability(Stable)
@Internal
public static final class CfnJobPropsMixin.OutputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobPropsMixin.OutputProperty
An implementation for
CfnJobPropsMixin.OutputProperty-
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.CfnJobPropsMixin.OutputProperty
CfnJobPropsMixin.OutputProperty.Builder, CfnJobPropsMixin.OutputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobPropsMixin.OutputProperty.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 StringThe compression algorithm used to compress the output text of the job.final StringThe data format of the output of the job.final ObjectRepresents options that define how DataBrew formats job output files.final ObjectThe location in Amazon S3 where the job writes its output.final NumberThe maximum number of files to be generated by the job and written to the output folder.final ObjectA value that, if true, means that any data in the location specified for output is overwritten with new output.The names of one or more partition columns for the output of the job.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 theCfnJobPropsMixin.OutputProperty.Builder.
-
-
Method Details
-
getCompressionFormat
Description copied from interface:CfnJobPropsMixin.OutputPropertyThe compression algorithm used to compress the output text of the job.- Specified by:
getCompressionFormatin interfaceCfnJobPropsMixin.OutputProperty- See Also:
-
getFormat
Description copied from interface:CfnJobPropsMixin.OutputPropertyThe data format of the output of the job.- Specified by:
getFormatin interfaceCfnJobPropsMixin.OutputProperty- See Also:
-
getFormatOptions
Description copied from interface:CfnJobPropsMixin.OutputPropertyRepresents options that define how DataBrew formats job output files.Returns union: either
IResolvableorCfnJobPropsMixin.OutputFormatOptionsProperty- Specified by:
getFormatOptionsin interfaceCfnJobPropsMixin.OutputProperty- See Also:
-
getLocation
Description copied from interface:CfnJobPropsMixin.OutputPropertyThe location in Amazon S3 where the job writes its output.Returns union: either
IResolvableorCfnJobPropsMixin.S3LocationProperty- Specified by:
getLocationin interfaceCfnJobPropsMixin.OutputProperty- See Also:
-
getMaxOutputFiles
Description copied from interface:CfnJobPropsMixin.OutputPropertyThe maximum number of files to be generated by the job and written to the output folder.- Specified by:
getMaxOutputFilesin interfaceCfnJobPropsMixin.OutputProperty- See Also:
-
getOverwrite
Description copied from interface:CfnJobPropsMixin.OutputPropertyA value that, if true, means that any data in the location specified for output is overwritten with new output.Returns union: either
BooleanorIResolvable- Specified by:
getOverwritein interfaceCfnJobPropsMixin.OutputProperty- See Also:
-
getPartitionColumns
Description copied from interface:CfnJobPropsMixin.OutputPropertyThe names of one or more partition columns for the output of the job.- Specified by:
getPartitionColumnsin interfaceCfnJobPropsMixin.OutputProperty- 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()
-