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 Summary
Modifier and TypeMethodDescriptionTextual representation of the math operation; Equation used to compute the spectral index.The name of the operation.outputType(String outputType) The type of the operation.outputType(OutputType outputType) The type of the operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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
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:
 
 
 -