Uses of Interface
software.amazon.awssdk.services.timestreamwrite.model.MeasureValue.Builder
-
Packages that use MeasureValue.Builder Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of MeasureValue.Builder in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return MeasureValue.Builder Modifier and Type Method Description static MeasureValue.BuilderMeasureValue. builder()MeasureValue.BuilderMeasureValue.Builder. name(String name)The name of the MeasureValue.MeasureValue.BuilderMeasureValue. toBuilder()MeasureValue.BuilderMeasureValue.Builder. type(String type)Contains the data type of the MeasureValue for the time-series data point.MeasureValue.BuilderMeasureValue.Builder. type(MeasureValueType type)Contains the data type of the MeasureValue for the time-series data point.MeasureValue.BuilderMeasureValue.Builder. value(String value)The value for the MeasureValue.Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type MeasureValue.Builder Modifier and Type Method Description static Class<? extends MeasureValue.Builder>MeasureValue. serializableBuilderClass()
-