Class CfnDatasetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.personalize.CfnDatasetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin>
- Enclosing class:
CfnDatasetPropsMixin
@Stability(Stable)
public static final class CfnDatasetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatasetPropsMixin>
A fluent builder for
CfnDatasetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnDatasetPropsMixin.Buildercreate()static CfnDatasetPropsMixin.Buildercreate(CfnPropertyMixinOptions options) datasetGroupArn(String datasetGroupArn) The Amazon Resource Name (ARN) of the dataset group.datasetImportJob(CfnDatasetPropsMixin.DatasetImportJobProperty datasetImportJob) Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.datasetImportJob(IResolvable datasetImportJob) Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.datasetType(String datasetType) One of the following values:.The name of the dataset.The ARN of the associated schema.
-
Method Details
-
create
@Stability(Stable) public static CfnDatasetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDatasetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDatasetPropsMixin.Builder.
-
datasetGroupArn
The Amazon Resource Name (ARN) of the dataset group.- Parameters:
datasetGroupArn- The Amazon Resource Name (ARN) of the dataset group. This parameter is required.- Returns:
this- See Also:
-
datasetImportJob
@Stability(Stable) public CfnDatasetPropsMixin.Builder datasetImportJob(IResolvable datasetImportJob) Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.If you specify a dataset import job as part of a dataset, all dataset import job fields are required.
- Parameters:
datasetImportJob- Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. This parameter is required.- Returns:
this- See Also:
-
datasetImportJob
@Stability(Stable) public CfnDatasetPropsMixin.Builder datasetImportJob(CfnDatasetPropsMixin.DatasetImportJobProperty datasetImportJob) Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.If you specify a dataset import job as part of a dataset, all dataset import job fields are required.
- Parameters:
datasetImportJob- Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. This parameter is required.- Returns:
this- See Also:
-
datasetType
One of the following values:.- Interactions
- Items
- Users
You can't use CloudFormation to create an Action Interactions or Actions dataset.
- Parameters:
datasetType- One of the following values:. This parameter is required.- Returns:
this- See Also:
-
name
The name of the dataset.- Parameters:
name- The name of the dataset. This parameter is required.- Returns:
this- See Also:
-
schemaArn
The ARN of the associated schema.- Parameters:
schemaArn- The ARN of the associated schema. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin>- Returns:
- a newly built instance of
CfnDatasetPropsMixin.
-