Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.OutputResolutionStackInput.Builder
-
Packages that use OutputResolutionStackInput.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of OutputResolutionStackInput.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return OutputResolutionStackInput.Builder Modifier and Type Method Description static OutputResolutionStackInput.BuilderOutputResolutionStackInput. builder()OutputResolutionStackInput.BuilderOutputResolutionStackInput.Builder. predefined(String predefined)A string value representing Predefined Output Resolution for a stacking operation.OutputResolutionStackInput.BuilderOutputResolutionStackInput.Builder. predefined(PredefinedResolution predefined)A string value representing Predefined Output Resolution for a stacking operation.OutputResolutionStackInput.BuilderOutputResolutionStackInput. toBuilder()default OutputResolutionStackInput.BuilderOutputResolutionStackInput.Builder. userDefined(Consumer<UserDefined.Builder> userDefined)The structure representing User Output Resolution for a Stacking operation defined as a value and unit.OutputResolutionStackInput.BuilderOutputResolutionStackInput.Builder. userDefined(UserDefined userDefined)The structure representing User Output Resolution for a Stacking operation defined as a value and unit.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type OutputResolutionStackInput.Builder Modifier and Type Method Description static Class<? extends OutputResolutionStackInput.Builder>OutputResolutionStackInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type OutputResolutionStackInput.Builder Modifier and Type Method Description default StackConfigInput.BuilderStackConfigInput.Builder. outputResolution(Consumer<OutputResolutionStackInput.Builder> outputResolution)The structure representing output resolution (in target georeferenced units) of the result of stacking operation.
-