Interface Operation.Builder

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

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

    • equation

      Operation.Builder equation(String equation)

      Textual representation of the math operation; Equation used to compute the spectral index.

      Parameters:
      equation - Textual representation of the math operation; Equation used to compute the spectral index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the operation.

      Parameters:
      name - The name of the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputType

      Operation.Builder outputType(String outputType)

      The type of the operation.

      Parameters:
      outputType - The type of the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outputType

      Operation.Builder outputType(OutputType outputType)

      The type of the operation.

      Parameters:
      outputType - The type of the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: