| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static DatasetContentVersionValue.Builder |
DatasetContentVersionValue.builder() |
DatasetContentVersionValue.Builder |
DatasetContentVersionValue.Builder.datasetName(String datasetName)
The name of the dataset whose latest contents are used as input to the notebook or application.
|
DatasetContentVersionValue.Builder |
DatasetContentVersionValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DatasetContentVersionValue.Builder> |
DatasetContentVersionValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Variable.Builder |
Variable.Builder.datasetContentVersionValue(Consumer<DatasetContentVersionValue.Builder> datasetContentVersionValue)
The value of the variable as a structure that specifies a dataset content version.
|
Copyright © 2023. All rights reserved.