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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.personalize.CfnDataset.DatasetImportJobProperty
CfnDataset.DatasetImportJobProperty.Builder, CfnDataset.DatasetImportJobProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataset.DatasetImportJobProperty.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 String
The Amazon Resource Name (ARN) of the dataset that receives the imported data.final String
The ARN of the dataset import job.final Object
The Amazon S3 bucket that contains the training data to import.final String
The name of the import job.final String
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.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 theCfnDataset.DatasetImportJobProperty.Builder
.
-
-
Method Details
-
getDatasetArn
Description copied from interface:CfnDataset.DatasetImportJobProperty
The Amazon Resource Name (ARN) of the dataset that receives the imported data.- Specified by:
getDatasetArn
in interfaceCfnDataset.DatasetImportJobProperty
- See Also:
-
getDatasetImportJobArn
Description copied from interface:CfnDataset.DatasetImportJobProperty
The ARN of the dataset import job.- Specified by:
getDatasetImportJobArn
in interfaceCfnDataset.DatasetImportJobProperty
- See Also:
-
getDataSource
Description copied from interface:CfnDataset.DatasetImportJobProperty
The Amazon S3 bucket that contains the training data to import.- Specified by:
getDataSource
in interfaceCfnDataset.DatasetImportJobProperty
- See Also:
-
getJobName
Description copied from interface:CfnDataset.DatasetImportJobProperty
The name of the import job.- Specified by:
getJobName
in interfaceCfnDataset.DatasetImportJobProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnDataset.DatasetImportJobProperty
The ARN of the IAM role that has permissions to read from the Amazon S3 data source.- Specified by:
getRoleArn
in interfaceCfnDataset.DatasetImportJobProperty
- See Also:
-
$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()
-