@Stability(value=Stable) public static final class CfnDataset.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset>
CfnDataset.| Modifier and Type | Method and Description |
|---|---|
CfnDataset |
build() |
static CfnDataset.Builder |
create(Construct scope,
String id) |
CfnDataset.Builder |
datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
CfnDataset.Builder |
datasetImportJob(CfnDataset.DatasetImportJobProperty datasetImportJob)
Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.
|
CfnDataset.Builder |
datasetImportJob(IResolvable datasetImportJob)
Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.
|
CfnDataset.Builder |
datasetType(String datasetType)
One of the following values:.
|
CfnDataset.Builder |
name(String name)
The name of the dataset.
|
CfnDataset.Builder |
schemaArn(String schemaArn)
The ARN of the associated schema.
|
@Stability(value=Stable) public static CfnDataset.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDataset.DataSourceProperty.Builder.@Stability(value=Stable) public CfnDataset.Builder datasetGroupArn(String datasetGroupArn)
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder datasetType(String datasetType)
datasetType - One of the following values:. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder name(String name)
name - The name of the dataset. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder schemaArn(String schemaArn)
schemaArn - The ARN of the associated schema. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder datasetImportJob(CfnDataset.DatasetImportJobProperty datasetImportJob)
datasetImportJob - Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder datasetImportJob(IResolvable datasetImportJob)
datasetImportJob - Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset. This parameter is required.this@Stability(value=Stable) public CfnDataset build()
build in interface software.amazon.jsii.Builder<CfnDataset>Copyright © 2023. All rights reserved.