Interface Action.Builder

    • Method Detail

      • attributeName

        Action.Builder attributeName​(String attributeName)

        The related time series that you are modifying. This value is case insensitive.

        Parameters:
        attributeName - The related time series that you are modifying. This value is case insensitive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operation

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operation, Operation
      • operation

        Action.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operation, Operation
      • value

        Action.Builder value​(Double value)

        The value that is applied for the chosen Operation.

        Parameters:
        value - The value that is applied for the chosen Operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.