Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.ReverseGeocodingConfig.Builder
-
Packages that use ReverseGeocodingConfig.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of ReverseGeocodingConfig.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return ReverseGeocodingConfig.Builder Modifier and Type Method Description static ReverseGeocodingConfig.BuilderReverseGeocodingConfig. builder()ReverseGeocodingConfig.BuilderReverseGeocodingConfig. toBuilder()ReverseGeocodingConfig.BuilderReverseGeocodingConfig.Builder. xAttributeName(String xAttributeName)The field name for the data that describes x-axis coordinate, eg.ReverseGeocodingConfig.BuilderReverseGeocodingConfig.Builder. yAttributeName(String yAttributeName)The field name for the data that describes y-axis coordinate, eg.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type ReverseGeocodingConfig.Builder Modifier and Type Method Description static Class<? extends ReverseGeocodingConfig.Builder>ReverseGeocodingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type ReverseGeocodingConfig.Builder Modifier and Type Method Description static VectorEnrichmentJobConfigVectorEnrichmentJobConfig. fromReverseGeocodingConfig(Consumer<ReverseGeocodingConfig.Builder> reverseGeocodingConfig)Create an instance of this class withVectorEnrichmentJobConfig.reverseGeocodingConfig()initialized to the given value.default VectorEnrichmentJobConfig.BuilderVectorEnrichmentJobConfig.Builder. reverseGeocodingConfig(Consumer<ReverseGeocodingConfig.Builder> reverseGeocodingConfig)The input structure for Reverse Geocoding operation type.
-