@Stability(value=Stable)
public static interface CfnDataset.DataSourceProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.DataSourceProperty.Builder
A builder for
CfnDataset.DataSourceProperty |
static class |
CfnDataset.DataSourceProperty.Jsii$Proxy
An implementation for
CfnDataset.DataSourceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.DataSourceProperty.Builder |
builder() |
default String |
getDataLocation()
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.
|
@Stability(value=Stable) @Nullable default String getDataLocation()
For example:
s3://bucket-name/folder-name/
@Stability(value=Stable) static CfnDataset.DataSourceProperty.Builder builder()
Copyright © 2023. All rights reserved.