Interface TimeSeriesCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TimeSeriesCondition.Builder,
,TimeSeriesCondition> SdkBuilder<TimeSeriesCondition.Builder,
,TimeSeriesCondition> SdkPojo
- Enclosing class:
TimeSeriesCondition
@Mutable
@NotThreadSafe
public static interface TimeSeriesCondition.Builder
extends SdkPojo, CopyableBuilder<TimeSeriesCondition.Builder,TimeSeriesCondition>
-
Method Summary
Modifier and TypeMethodDescriptionattributeName
(String attributeName) The item_id, dimension name, IM name, or timestamp that you are modifying.attributeValue
(String attributeValue) The value that is applied for the chosenCondition
.The condition to apply.The condition to apply.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
attributeName
The item_id, dimension name, IM name, or timestamp that you are modifying.
- Parameters:
attributeName
- The item_id, dimension name, IM name, or timestamp that you are modifying.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributeValue
The value that is applied for the chosen
Condition
.- Parameters:
attributeValue
- The value that is applied for the chosenCondition
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
condition
The condition to apply. Valid values are
EQUALS
,NOT_EQUALS
,LESS_THAN
andGREATER_THAN
.- Parameters:
condition
- The condition to apply. Valid values areEQUALS
,NOT_EQUALS
,LESS_THAN
andGREATER_THAN
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
condition
The condition to apply. Valid values are
EQUALS
,NOT_EQUALS
,LESS_THAN
andGREATER_THAN
.- Parameters:
condition
- The condition to apply. Valid values areEQUALS
,NOT_EQUALS
,LESS_THAN
andGREATER_THAN
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-