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