public static interface Action.Builder extends SdkPojo, CopyableBuilder<Action.Builder,Action>
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
attributeName(String attributeName)
The related time series that you are modifying.
|
Action.Builder |
operation(Operation operation)
The operation that is applied to the provided attribute.
|
Action.Builder |
operation(String operation)
The operation that is applied to the provided attribute.
|
Action.Builder |
value(Double value)
The value that is applied for the chosen
Operation. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAction.Builder attributeName(String attributeName)
The related time series that you are modifying. This value is case insensitive.
attributeName - The related time series that you are modifying. This value is case insensitive.Action.Builder operation(String operation)
The operation that is applied to the provided attribute. Operations include:
ADD - adds Value to all rows of AttributeName.
SUBTRACT - subtracts Value from all rows of AttributeName.
MULTIPLY - multiplies all rows of AttributeName by Value.
DIVIDE - divides all rows of AttributeName by Value.
operation - The operation that is applied to the provided attribute. Operations include:
ADD - adds Value to all rows of AttributeName.
SUBTRACT - subtracts Value from all rows of AttributeName.
MULTIPLY - multiplies all rows of AttributeName by Value.
DIVIDE - divides all rows of AttributeName by Value.
Operation,
OperationAction.Builder operation(Operation operation)
The operation that is applied to the provided attribute. Operations include:
ADD - adds Value to all rows of AttributeName.
SUBTRACT - subtracts Value from all rows of AttributeName.
MULTIPLY - multiplies all rows of AttributeName by Value.
DIVIDE - divides all rows of AttributeName by Value.
operation - The operation that is applied to the provided attribute. Operations include:
ADD - adds Value to all rows of AttributeName.
SUBTRACT - subtracts Value from all rows of AttributeName.
MULTIPLY - multiplies all rows of AttributeName by Value.
DIVIDE - divides all rows of AttributeName by Value.
Operation,
OperationAction.Builder value(Double value)
The value that is applied for the chosen Operation.
value - The value that is applied for the chosen Operation.Copyright © 2023. All rights reserved.