Class CfnDatasetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.personalize.CfnDatasetProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnDatasetProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDatasetProps
@Stability(Stable)
@Internal
public static final class CfnDatasetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatasetProps
An implementation for 
CfnDatasetProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.personalize.CfnDatasetPropsCfnDatasetProps.Builder, CfnDatasetProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDatasetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDatasetProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) of the dataset group.final ObjectDescribes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.final StringOne of the following values:.final StringgetName()The name of the dataset.final StringThe ARN of the associated schema.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnDatasetProps.Builder.
 
- 
- 
Method Details- 
getDatasetGroupArnDescription copied from interface:CfnDatasetPropsThe Amazon Resource Name (ARN) of the dataset group.- Specified by:
- getDatasetGroupArnin interface- CfnDatasetProps
 
- 
getDatasetTypeDescription copied from interface:CfnDatasetPropsOne of the following values:.- Interactions
- Items
- Users
 - Specified by:
- getDatasetTypein interface- CfnDatasetProps
 
- 
getNameDescription copied from interface:CfnDatasetPropsThe name of the dataset.- Specified by:
- getNamein interface- CfnDatasetProps
 
- 
getSchemaArnDescription copied from interface:CfnDatasetPropsThe ARN of the associated schema.- Specified by:
- getSchemaArnin interface- CfnDatasetProps
 
- 
getDatasetImportJobDescription copied from interface:CfnDatasetPropsDescribes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.- Specified by:
- getDatasetImportJobin interface- CfnDatasetProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-