@Stability(value=Stable) public static final class CfnDatasetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDatasetProps>
CfnDatasetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDatasetProps |
build()
Builds the configured instance.
|
CfnDatasetProps.Builder |
datasetGroupArn(String datasetGroupArn)
Sets the value of
CfnDatasetProps.getDatasetGroupArn() |
CfnDatasetProps.Builder |
datasetImportJob(CfnDataset.DatasetImportJobProperty datasetImportJob)
Sets the value of
CfnDatasetProps.getDatasetImportJob() |
CfnDatasetProps.Builder |
datasetImportJob(IResolvable datasetImportJob)
Sets the value of
CfnDatasetProps.getDatasetImportJob() |
CfnDatasetProps.Builder |
datasetType(String datasetType)
Sets the value of
CfnDatasetProps.getDatasetType() |
CfnDatasetProps.Builder |
name(String name)
Sets the value of
CfnDatasetProps.getName() |
CfnDatasetProps.Builder |
schemaArn(String schemaArn)
Sets the value of
CfnDatasetProps.getSchemaArn() |
@Stability(value=Stable) public CfnDatasetProps.Builder datasetGroupArn(String datasetGroupArn)
CfnDatasetProps.getDatasetGroupArn()datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group. This parameter is required.this@Stability(value=Stable) public CfnDatasetProps.Builder datasetType(String datasetType)
CfnDatasetProps.getDatasetType()datasetType - One of the following values:. This parameter is required.
this@Stability(value=Stable) public CfnDatasetProps.Builder name(String name)
CfnDatasetProps.getName()name - The name of the dataset. This parameter is required.this@Stability(value=Stable) public CfnDatasetProps.Builder schemaArn(String schemaArn)
CfnDatasetProps.getSchemaArn()schemaArn - The ARN of the associated schema. This parameter is required.this@Stability(value=Stable) public CfnDatasetProps.Builder datasetImportJob(CfnDataset.DatasetImportJobProperty datasetImportJob)
CfnDatasetProps.getDatasetImportJob()datasetImportJob - Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.this@Stability(value=Stable) public CfnDatasetProps.Builder datasetImportJob(IResolvable datasetImportJob)
CfnDatasetProps.getDatasetImportJob()datasetImportJob - Describes a job that imports training data from a data source (Amazon S3 bucket) to an Amazon Personalize dataset.this@Stability(value=Stable) public CfnDatasetProps build()
build in interface software.amazon.jsii.Builder<CfnDatasetProps>CfnDatasetPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.