Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.MapMatchingConfig.Builder
-
Packages that use MapMatchingConfig.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of MapMatchingConfig.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return MapMatchingConfig.Builder Modifier and Type Method Description static MapMatchingConfig.BuilderMapMatchingConfig. builder()MapMatchingConfig.BuilderMapMatchingConfig.Builder. idAttributeName(String idAttributeName)The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.MapMatchingConfig.BuilderMapMatchingConfig.Builder. timestampAttributeName(String timestampAttributeName)The name of the timestamp attribute.MapMatchingConfig.BuilderMapMatchingConfig. toBuilder()MapMatchingConfig.BuilderMapMatchingConfig.Builder. xAttributeName(String xAttributeName)The name of the X-attributeMapMatchingConfig.BuilderMapMatchingConfig.Builder. yAttributeName(String yAttributeName)The name of the Y-attributeMethods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type MapMatchingConfig.Builder Modifier and Type Method Description static Class<? extends MapMatchingConfig.Builder>MapMatchingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type MapMatchingConfig.Builder Modifier and Type Method Description static VectorEnrichmentJobConfigVectorEnrichmentJobConfig. fromMapMatchingConfig(Consumer<MapMatchingConfig.Builder> mapMatchingConfig)Create an instance of this class withVectorEnrichmentJobConfig.mapMatchingConfig()initialized to the given value.default VectorEnrichmentJobConfig.BuilderVectorEnrichmentJobConfig.Builder. mapMatchingConfig(Consumer<MapMatchingConfig.Builder> mapMatchingConfig)The input structure for Map Matching operation type.
-