public static interface MeasureValue.Builder extends SdkPojo, CopyableBuilder<MeasureValue.Builder,MeasureValue>
| Modifier and Type | Method and Description |
|---|---|
MeasureValue.Builder |
name(String name)
The name of the MeasureValue.
|
MeasureValue.Builder |
type(MeasureValueType type)
Contains the data type of the MeasureValue for the time-series data point.
|
MeasureValue.Builder |
type(String type)
Contains the data type of the MeasureValue for the time-series data point.
|
MeasureValue.Builder |
value(String value)
The value for the MeasureValue.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMeasureValue.Builder name(String name)
The name of the MeasureValue.
For constraints on MeasureValue names, see Naming Constraints in the Amazon Timestream Developer Guide.
name - The name of the MeasureValue.
For constraints on MeasureValue names, see Naming Constraints in the Amazon Timestream Developer Guide.
MeasureValue.Builder value(String value)
The value for the MeasureValue. For information, see Data types.
value - The value for the MeasureValue. For information, see Data
types.MeasureValue.Builder type(String type)
Contains the data type of the MeasureValue for the time-series data point.
type - Contains the data type of the MeasureValue for the time-series data point.MeasureValueType,
MeasureValueTypeMeasureValue.Builder type(MeasureValueType type)
Contains the data type of the MeasureValue for the time-series data point.
type - Contains the data type of the MeasureValue for the time-series data point.MeasureValueType,
MeasureValueTypeCopyright © 2023. All rights reserved.