Class TransformInput.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.TransformInput.Jsii$Proxy
- All Implemented Interfaces:
TransformInput,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- TransformInput
@Stability(Stable)
@Internal
public static final class TransformInput.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TransformInput
An implementation for
TransformInput-
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.stepfunctions.tasks.TransformInput
TransformInput.Builder, TransformInput.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(TransformInput.Builder builder) Constructor that initializes the object based on literal property values passed by theTransformInput.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 CompressionTypeThe compression type of the transform data.final StringMultipurpose internet mail extension (MIME) type of the data.final SplitTypeMethod to use to split the transform job's data files into smaller batches.final TransformDataSourceS3 location of the channel data.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 theTransformInput.Builder.
-
-
Method Details
-
getTransformDataSource
Description copied from interface:TransformInputS3 location of the channel data.- Specified by:
getTransformDataSourcein interfaceTransformInput
-
getCompressionType
Description copied from interface:TransformInputThe compression type of the transform data.Default: NONE
- Specified by:
getCompressionTypein interfaceTransformInput
-
getContentType
Description copied from interface:TransformInputMultipurpose internet mail extension (MIME) type of the data.Default: - None
- Specified by:
getContentTypein interfaceTransformInput
-
getSplitType
Description copied from interface:TransformInputMethod to use to split the transform job's data files into smaller batches.Default: NONE
- Specified by:
getSplitTypein interfaceTransformInput
-
$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()
-