Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.DatasetContentVersionValue.Builder
-
Packages that use DatasetContentVersionValue.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of DatasetContentVersionValue.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return DatasetContentVersionValue.Builder Modifier and Type Method Description static DatasetContentVersionValue.BuilderDatasetContentVersionValue. builder()DatasetContentVersionValue.BuilderDatasetContentVersionValue.Builder. datasetName(String datasetName)The name of the dataset whose latest contents are used as input to the notebook or application.DatasetContentVersionValue.BuilderDatasetContentVersionValue. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type DatasetContentVersionValue.Builder Modifier and Type Method Description static Class<? extends DatasetContentVersionValue.Builder>DatasetContentVersionValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type DatasetContentVersionValue.Builder Modifier and Type Method Description default Variable.BuilderVariable.Builder. datasetContentVersionValue(Consumer<DatasetContentVersionValue.Builder> datasetContentVersionValue)The value of the variable as a structure that specifies a dataset content version.
-