Class CfnTransformJobPropsMixin.TransformInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnTransformJobPropsMixin.TransformInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTransformJobPropsMixin.TransformInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTransformJobPropsMixin.TransformInputProperty
@Stability(Stable)
@Internal
public static final class CfnTransformJobPropsMixin.TransformInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTransformJobPropsMixin.TransformInputProperty
An implementation for
CfnTransformJobPropsMixin.TransformInputProperty-
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.sagemaker.CfnTransformJobPropsMixin.TransformInputProperty
CfnTransformJobPropsMixin.TransformInputProperty.Builder, CfnTransformJobPropsMixin.TransformInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTransformJobPropsMixin.TransformInputProperty.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 StringIf your transform data is compressed, specify the compression type.final StringThe multipurpose internet mail extension (MIME) type of the data.final ObjectDescribes the location of the channel data.final StringThe method to use to split the transform job's data files into smaller batches.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 theCfnTransformJobPropsMixin.TransformInputProperty.Builder.
-
-
Method Details
-
getCompressionType
Description copied from interface:CfnTransformJobPropsMixin.TransformInputPropertyIf your transform data is compressed, specify the compression type.- Specified by:
getCompressionTypein interfaceCfnTransformJobPropsMixin.TransformInputProperty- See Also:
-
getContentType
Description copied from interface:CfnTransformJobPropsMixin.TransformInputPropertyThe multipurpose internet mail extension (MIME) type of the data.- Specified by:
getContentTypein interfaceCfnTransformJobPropsMixin.TransformInputProperty- See Also:
-
getDataSource
Description copied from interface:CfnTransformJobPropsMixin.TransformInputPropertyDescribes the location of the channel data.Returns union: either
IResolvableorCfnTransformJobPropsMixin.DataSourceProperty- Specified by:
getDataSourcein interfaceCfnTransformJobPropsMixin.TransformInputProperty- See Also:
-
getSplitType
Description copied from interface:CfnTransformJobPropsMixin.TransformInputPropertyThe method to use to split the transform job's data files into smaller batches.- Specified by:
getSplitTypein interfaceCfnTransformJobPropsMixin.TransformInputProperty- 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()
-