public static interface MeasureValue.Builder extends SdkPojo, CopyableBuilder<MeasureValue.Builder,MeasureValue>
| Modifier and Type | Method and Description |
|---|---|
MeasureValue.Builder |
name(String name)
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)
Value for the MeasureValue.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMeasureValue.Builder name(String name)
Name of the MeasureValue.
For constraints on MeasureValue names, refer to Naming Constraints in the Timestream developer guide.
name - Name of the MeasureValue.
For constraints on MeasureValue names, refer to Naming Constraints in the Timestream developer guide.
MeasureValue.Builder value(String value)
Value for the MeasureValue.
value - Value for the MeasureValue.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 © 2022. All rights reserved.