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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Operation.Builderequation(String equation)Textual representation of the math operation; Equation used to compute the spectral index.Operation.Buildername(String name)The name of the operation.Operation.BuilderoutputType(String outputType)The type of the operation.Operation.BuilderoutputType(OutputType outputType)The type of the operation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
Operation.Builder name(String 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,OutputType
-
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:
OutputType,OutputType
-
-