Class CfnDatasetPropsMixin.DatasetImportJobProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.personalize.CfnDatasetPropsMixin.DatasetImportJobProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDatasetPropsMixin.DatasetImportJobProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatasetPropsMixin.DatasetImportJobProperty
@Stability(Stable)
@Internal
public static final class CfnDatasetPropsMixin.DatasetImportJobProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetPropsMixin.DatasetImportJobProperty
An implementation for
CfnDatasetPropsMixin.DatasetImportJobProperty-
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.personalize.CfnDatasetPropsMixin.DatasetImportJobProperty
CfnDatasetPropsMixin.DatasetImportJobProperty.Builder, CfnDatasetPropsMixin.DatasetImportJobProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDatasetPropsMixin.DatasetImportJobProperty.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 Amazon Resource Name (ARN) of the dataset that receives the imported data.final StringThe ARN of the dataset import job.final ObjectThe Amazon S3 bucket that contains the training data to import.final StringThe name of the import job.final StringThe ARN of the IAM role that has permissions to read from the Amazon S3 data source.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 theCfnDatasetPropsMixin.DatasetImportJobProperty.Builder.
-
-
Method Details
-
getDatasetArn
Description copied from interface:CfnDatasetPropsMixin.DatasetImportJobPropertyThe Amazon Resource Name (ARN) of the dataset that receives the imported data.- Specified by:
getDatasetArnin interfaceCfnDatasetPropsMixin.DatasetImportJobProperty- See Also:
-
getDatasetImportJobArn
Description copied from interface:CfnDatasetPropsMixin.DatasetImportJobPropertyThe ARN of the dataset import job.- Specified by:
getDatasetImportJobArnin interfaceCfnDatasetPropsMixin.DatasetImportJobProperty- See Also:
-
getDataSource
Description copied from interface:CfnDatasetPropsMixin.DatasetImportJobPropertyThe Amazon S3 bucket that contains the training data to import.- Specified by:
getDataSourcein interfaceCfnDatasetPropsMixin.DatasetImportJobProperty- See Also:
-
getJobName
Description copied from interface:CfnDatasetPropsMixin.DatasetImportJobPropertyThe name of the import job.- Specified by:
getJobNamein interfaceCfnDatasetPropsMixin.DatasetImportJobProperty- See Also:
-
getRoleArn
Description copied from interface:CfnDatasetPropsMixin.DatasetImportJobPropertyThe ARN of the IAM role that has permissions to read from the Amazon S3 data source.- Specified by:
getRoleArnin interfaceCfnDatasetPropsMixin.DatasetImportJobProperty- 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()
-