public static interface VectorEnrichmentJobConfig.Builder extends SdkPojo, CopyableBuilder<VectorEnrichmentJobConfig.Builder,VectorEnrichmentJobConfig>
| Modifier and Type | Method and Description |
|---|---|
default VectorEnrichmentJobConfig.Builder |
mapMatchingConfig(Consumer<MapMatchingConfig.Builder> mapMatchingConfig)
The input structure for Map Matching operation type.
|
VectorEnrichmentJobConfig.Builder |
mapMatchingConfig(MapMatchingConfig mapMatchingConfig)
The input structure for Map Matching operation type.
|
default VectorEnrichmentJobConfig.Builder |
reverseGeocodingConfig(Consumer<ReverseGeocodingConfig.Builder> reverseGeocodingConfig)
The input structure for Reverse Geocoding operation type.
|
VectorEnrichmentJobConfig.Builder |
reverseGeocodingConfig(ReverseGeocodingConfig reverseGeocodingConfig)
The input structure for Reverse Geocoding operation type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVectorEnrichmentJobConfig.Builder mapMatchingConfig(MapMatchingConfig mapMatchingConfig)
The input structure for Map Matching operation type.
mapMatchingConfig - The input structure for Map Matching operation type.default VectorEnrichmentJobConfig.Builder mapMatchingConfig(Consumer<MapMatchingConfig.Builder> mapMatchingConfig)
The input structure for Map Matching operation type.
This is a convenience method that creates an instance of theMapMatchingConfig.Builder avoiding the
need to create one manually via MapMatchingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to mapMatchingConfig(MapMatchingConfig).
mapMatchingConfig - a consumer that will call methods on MapMatchingConfig.BuildermapMatchingConfig(MapMatchingConfig)VectorEnrichmentJobConfig.Builder reverseGeocodingConfig(ReverseGeocodingConfig reverseGeocodingConfig)
The input structure for Reverse Geocoding operation type.
reverseGeocodingConfig - The input structure for Reverse Geocoding operation type.default VectorEnrichmentJobConfig.Builder reverseGeocodingConfig(Consumer<ReverseGeocodingConfig.Builder> reverseGeocodingConfig)
The input structure for Reverse Geocoding operation type.
This is a convenience method that creates an instance of theReverseGeocodingConfig.Builder avoiding
the need to create one manually via ReverseGeocodingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to reverseGeocodingConfig(ReverseGeocodingConfig).
reverseGeocodingConfig - a consumer that will call methods on ReverseGeocodingConfig.BuilderreverseGeocodingConfig(ReverseGeocodingConfig)Copyright © 2023. All rights reserved.