Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.Variable.Builder
-
Packages that use Variable.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of Variable.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return Variable.Builder Modifier and Type Method Description static Variable.BuilderVariable. builder()default Variable.BuilderVariable.Builder. datasetContentVersionValue(Consumer<DatasetContentVersionValue.Builder> datasetContentVersionValue)The value of the variable as a structure that specifies a dataset content version.Variable.BuilderVariable.Builder. datasetContentVersionValue(DatasetContentVersionValue datasetContentVersionValue)The value of the variable as a structure that specifies a dataset content version.Variable.BuilderVariable.Builder. doubleValue(Double doubleValue)The value of the variable as a double (numeric).Variable.BuilderVariable.Builder. name(String name)The name of the variable.default Variable.BuilderVariable.Builder. outputFileUriValue(Consumer<OutputFileUriValue.Builder> outputFileUriValue)The value of the variable as a structure that specifies an output file URI.Variable.BuilderVariable.Builder. outputFileUriValue(OutputFileUriValue outputFileUriValue)The value of the variable as a structure that specifies an output file URI.Variable.BuilderVariable.Builder. stringValue(String stringValue)The value of the variable as a string.Variable.BuilderVariable. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type Variable.Builder Modifier and Type Method Description static Class<? extends Variable.Builder>Variable. serializableBuilderClass()
-