| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static ReverseGeocodingConfig.Builder |
ReverseGeocodingConfig.builder() |
ReverseGeocodingConfig.Builder |
ReverseGeocodingConfig.toBuilder() |
ReverseGeocodingConfig.Builder |
ReverseGeocodingConfig.Builder.xAttributeName(String xAttributeName)
The field name for the data that describes x-axis coordinate, eg.
|
ReverseGeocodingConfig.Builder |
ReverseGeocodingConfig.Builder.yAttributeName(String yAttributeName)
The field name for the data that describes y-axis coordinate, eg.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReverseGeocodingConfig.Builder> |
ReverseGeocodingConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static VectorEnrichmentJobConfig |
VectorEnrichmentJobConfig.fromReverseGeocodingConfig(Consumer<ReverseGeocodingConfig.Builder> reverseGeocodingConfig)
Create an instance of this class with
VectorEnrichmentJobConfig.reverseGeocodingConfig() initialized to the given value. |
default VectorEnrichmentJobConfig.Builder |
VectorEnrichmentJobConfig.Builder.reverseGeocodingConfig(Consumer<ReverseGeocodingConfig.Builder> reverseGeocodingConfig)
The input structure for Reverse Geocoding operation type.
|
Copyright © 2023. All rights reserved.