Interface Action.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Action.Builder,Action>, SdkBuilder<Action.Builder,Action>, SdkPojo
Enclosing class:
Action

public static interface Action.Builder extends SdkPojo, CopyableBuilder<Action.Builder,Action>
  • Method Details

    • 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

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