Class CfnParallelDataProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.translate.CfnParallelDataProps.Jsii$Proxy
- All Implemented Interfaces:
CfnParallelDataProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnParallelDataProps
@Stability(Stable)
@Internal
public static final class CfnParallelDataProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnParallelDataProps
An implementation for
CfnParallelDataProps-
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.translate.CfnParallelDataProps
CfnParallelDataProps.Builder, CfnParallelDataProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnParallelDataProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnParallelDataProps.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 StringA custom description for the parallel data resource.final ObjectThe encryption key used to encrypt this object.final StringgetName()A custom name for the parallel data resource.final ObjectSpecifies the format and S3 location of the parallel data input file.getTags()Tags associated with the parallel data resource.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 theCfnParallelDataProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnParallelDataPropsA custom name for the parallel data resource.Must be unique in the account and region.
- Specified by:
getNamein interfaceCfnParallelDataProps- See Also:
-
getParallelDataConfig
Description copied from interface:CfnParallelDataPropsSpecifies the format and S3 location of the parallel data input file.Returns union: either
IResolvableorCfnParallelData.ParallelDataConfigProperty- Specified by:
getParallelDataConfigin interfaceCfnParallelDataProps- See Also:
-
getDescription
Description copied from interface:CfnParallelDataPropsA custom description for the parallel data resource.- Specified by:
getDescriptionin interfaceCfnParallelDataProps- See Also:
-
getEncryptionKey
Description copied from interface:CfnParallelDataPropsThe encryption key used to encrypt this object.Returns union: either
IResolvableorCfnParallelData.EncryptionKeyProperty- Specified by:
getEncryptionKeyin interfaceCfnParallelDataProps- See Also:
-
getTags
Description copied from interface:CfnParallelDataPropsTags associated with the parallel data resource.- Specified by:
getTagsin interfaceCfnParallelDataProps- 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()
-