public static interface TimeSeriesCondition.Builder extends SdkPojo, CopyableBuilder<TimeSeriesCondition.Builder,TimeSeriesCondition>
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesCondition.Builder |
attributeName(String attributeName)
The item_id, dimension name, IM name, or timestamp that you are modifying.
|
TimeSeriesCondition.Builder |
attributeValue(String attributeValue)
The value that is applied for the chosen
Condition. |
TimeSeriesCondition.Builder |
condition(Condition condition)
The condition to apply.
|
TimeSeriesCondition.Builder |
condition(String condition)
The condition to apply.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTimeSeriesCondition.Builder attributeName(String attributeName)
The item_id, dimension name, IM name, or timestamp that you are modifying.
attributeName - The item_id, dimension name, IM name, or timestamp that you are modifying.TimeSeriesCondition.Builder attributeValue(String attributeValue)
The value that is applied for the chosen Condition.
attributeValue - The value that is applied for the chosen Condition.TimeSeriesCondition.Builder condition(String condition)
The condition to apply. Valid values are EQUALS, NOT_EQUALS, LESS_THAN
and GREATER_THAN.
TimeSeriesCondition.Builder condition(Condition condition)
The condition to apply. Valid values are EQUALS, NOT_EQUALS, LESS_THAN
and GREATER_THAN.
Copyright © 2023. All rights reserved.