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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.TransformInput
TransformInput.Builder, TransformInput.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(TransformInput.Builder builder) Constructor that initializes the object based on literal property values passed by theTransformInput.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 CompressionType
The compression type of the transform data.final String
Multipurpose internet mail extension (MIME) type of the data.final SplitType
Method to use to split the transform job's data files into smaller batches.final TransformDataSource
S3 location of the channel data.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 theTransformInput.Builder
.
-
-
Method Details
-
getTransformDataSource
Description copied from interface:TransformInput
S3 location of the channel data.- Specified by:
getTransformDataSource
in interfaceTransformInput
-
getCompressionType
Description copied from interface:TransformInput
The compression type of the transform data.Default: NONE
- Specified by:
getCompressionType
in interfaceTransformInput
-
getContentType
Description copied from interface:TransformInput
Multipurpose internet mail extension (MIME) type of the data.Default: - None
- Specified by:
getContentType
in interfaceTransformInput
-
getSplitType
Description copied from interface:TransformInput
Method to use to split the transform job's data files into smaller batches.Default: NONE
- Specified by:
getSplitType
in interfaceTransformInput
-
$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()
-