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