| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static UserDefined.Builder |
UserDefined.builder() |
UserDefined.Builder |
UserDefined.toBuilder() |
UserDefined.Builder |
UserDefined.Builder.unit(String unit)
The units for output resolution of the result.
|
UserDefined.Builder |
UserDefined.Builder.unit(Unit unit)
The units for output resolution of the result.
|
UserDefined.Builder |
UserDefined.Builder.value(Float value)
The value for output resolution of the result.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserDefined.Builder> |
UserDefined.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default OutputResolutionResamplingInput.Builder |
OutputResolutionResamplingInput.Builder.userDefined(Consumer<UserDefined.Builder> userDefined)
User Defined Resolution for the output of Resampling operation defined by value and unit.
|
Copyright © 2023. All rights reserved.