| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputResolutionStackInput.Builder |
OutputResolutionStackInput.builder() |
OutputResolutionStackInput.Builder |
OutputResolutionStackInput.Builder.predefined(PredefinedResolution predefined)
A string value representing Predefined Output Resolution for a stacking operation.
|
OutputResolutionStackInput.Builder |
OutputResolutionStackInput.Builder.predefined(String predefined)
A string value representing Predefined Output Resolution for a stacking operation.
|
OutputResolutionStackInput.Builder |
OutputResolutionStackInput.toBuilder() |
default OutputResolutionStackInput.Builder |
OutputResolutionStackInput.Builder.userDefined(Consumer<UserDefined.Builder> userDefined)
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
|
OutputResolutionStackInput.Builder |
OutputResolutionStackInput.Builder.userDefined(UserDefined userDefined)
The structure representing User Output Resolution for a Stacking operation defined as a value and unit.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputResolutionStackInput.Builder> |
OutputResolutionStackInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StackConfigInput.Builder |
StackConfigInput.Builder.outputResolution(Consumer<OutputResolutionStackInput.Builder> outputResolution)
The structure representing output resolution (in target georeferenced units) of the result of stacking
operation.
|
Copyright © 2023. All rights reserved.