Interface CfnDataset.DataSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataset.DataSourceProperty.Jsii$Proxy
- Enclosing class:
CfnDataset
@Stability(Stable)
public static interface CfnDataset.DataSourceProperty
extends software.amazon.jsii.JsiiSerializable
Describes the data source that contains the data to upload to a dataset.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.personalize.*;
DataSourceProperty dataSourceProperty = DataSourceProperty.builder()
.dataLocation("dataLocation")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataset.DataSourcePropertystatic final classAn implementation forCfnDataset.DataSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataLocation
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/- See Also:
-
builder
-