Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.Operation.Builder
-
Packages that use Operation.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of Operation.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return Operation.Builder Modifier and Type Method Description static Operation.BuilderOperation. builder()Operation.BuilderOperation.Builder. equation(String equation)Textual representation of the math operation; Equation used to compute the spectral index.Operation.BuilderOperation.Builder. name(String name)The name of the operation.Operation.BuilderOperation.Builder. outputType(String outputType)The type of the operation.Operation.BuilderOperation.Builder. outputType(OutputType outputType)The type of the operation.Operation.BuilderOperation. toBuilder()Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type Operation.Builder Modifier and Type Method Description static Class<? extends Operation.Builder>Operation. serializableBuilderClass()
-