@Stability(value=Stable) public static final class CfnDataset.DatasetImportJobProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.DatasetImportJobProperty>
CfnDataset.DatasetImportJobProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataset.DatasetImportJobProperty |
build()
Builds the configured instance.
|
CfnDataset.DatasetImportJobProperty.Builder |
datasetArn(String datasetArn)
Sets the value of
CfnDataset.DatasetImportJobProperty.getDatasetArn() |
CfnDataset.DatasetImportJobProperty.Builder |
datasetImportJobArn(String datasetImportJobArn)
Sets the value of
CfnDataset.DatasetImportJobProperty.getDatasetImportJobArn() |
CfnDataset.DatasetImportJobProperty.Builder |
dataSource(Object dataSource)
Sets the value of
CfnDataset.DatasetImportJobProperty.getDataSource() |
CfnDataset.DatasetImportJobProperty.Builder |
jobName(String jobName)
Sets the value of
CfnDataset.DatasetImportJobProperty.getJobName() |
CfnDataset.DatasetImportJobProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnDataset.DatasetImportJobProperty.getRoleArn() |
@Stability(value=Stable) public CfnDataset.DatasetImportJobProperty.Builder datasetArn(String datasetArn)
CfnDataset.DatasetImportJobProperty.getDatasetArn()datasetArn - The Amazon Resource Name (ARN) of the dataset that receives the imported data.this@Stability(value=Stable) public CfnDataset.DatasetImportJobProperty.Builder datasetImportJobArn(String datasetImportJobArn)
CfnDataset.DatasetImportJobProperty.getDatasetImportJobArn()datasetImportJobArn - The ARN of the dataset import job.this@Stability(value=Stable) public CfnDataset.DatasetImportJobProperty.Builder dataSource(Object dataSource)
CfnDataset.DatasetImportJobProperty.getDataSource()dataSource - The Amazon S3 bucket that contains the training data to import.this@Stability(value=Stable) public CfnDataset.DatasetImportJobProperty.Builder jobName(String jobName)
CfnDataset.DatasetImportJobProperty.getJobName()jobName - The name of the import job.this@Stability(value=Stable) public CfnDataset.DatasetImportJobProperty.Builder roleArn(String roleArn)
CfnDataset.DatasetImportJobProperty.getRoleArn()roleArn - The ARN of the IAM role that has permissions to read from the Amazon S3 data source.this@Stability(value=Stable) public CfnDataset.DatasetImportJobProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.DatasetImportJobProperty>CfnDataset.DatasetImportJobPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.