@Stability(value=Stable) public static final class CfnDataset.DataSourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.DataSourceProperty>
CfnDataset.DataSourceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataset.DataSourceProperty |
build()
Builds the configured instance.
|
CfnDataset.DataSourceProperty.Builder |
dataLocation(String dataLocation)
Sets the value of
CfnDataset.DataSourceProperty.getDataLocation() |
@Stability(value=Stable) public CfnDataset.DataSourceProperty.Builder dataLocation(String dataLocation)
CfnDataset.DataSourceProperty.getDataLocation()dataLocation - The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.
For example:
s3://bucket-name/folder-name/
this@Stability(value=Stable) public CfnDataset.DataSourceProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.DataSourceProperty>CfnDataset.DataSourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.