public static interface Operation.Builder extends SdkPojo, CopyableBuilder<Operation.Builder,Operation>
| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
equation(String equation)
Textual representation of the math operation; Equation used to compute the spectral index.
|
Operation.Builder |
name(String name)
The name of the operation.
|
Operation.Builder |
outputType(OutputType outputType)
The type of the operation.
|
Operation.Builder |
outputType(String outputType)
The type of the operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOperation.Builder equation(String equation)
Textual representation of the math operation; Equation used to compute the spectral index.
equation - Textual representation of the math operation; Equation used to compute the spectral index.Operation.Builder name(String name)
The name of the operation.
name - The name of the operation.Operation.Builder outputType(String outputType)
The type of the operation.
outputType - The type of the operation.OutputType,
OutputTypeOperation.Builder outputType(OutputType outputType)
The type of the operation.
outputType - The type of the operation.OutputType,
OutputTypeCopyright © 2023. All rights reserved.