public static interface CfnDataset.DatasetContentVersionValueProperty
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.iotanalytics.*; DatasetContentVersionValueProperty datasetContentVersionValueProperty = DatasetContentVersionValueProperty.builder() .datasetName("datasetName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataset.DatasetContentVersionValueProperty.Builder
A builder for
CfnDataset.DatasetContentVersionValueProperty |
static class |
CfnDataset.DatasetContentVersionValueProperty.Jsii$Proxy
An implementation for
CfnDataset.DatasetContentVersionValueProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataset.DatasetContentVersionValueProperty.Builder |
builder() |
java.lang.String |
getDatasetName()
The name of the dataset whose latest contents are used as input to the notebook or application.
|
java.lang.String getDatasetName()
static CfnDataset.DatasetContentVersionValueProperty.Builder builder()