Interface VectorEnrichmentJobConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VectorEnrichmentJobConfig.Builder,
,VectorEnrichmentJobConfig> SdkBuilder<VectorEnrichmentJobConfig.Builder,
,VectorEnrichmentJobConfig> SdkPojo
- Enclosing class:
VectorEnrichmentJobConfig
@Mutable
@NotThreadSafe
public static interface VectorEnrichmentJobConfig.Builder
extends SdkPojo, CopyableBuilder<VectorEnrichmentJobConfig.Builder,VectorEnrichmentJobConfig>
-
Method Summary
Modifier and TypeMethodDescriptionmapMatchingConfig
(Consumer<MapMatchingConfig.Builder> mapMatchingConfig) The input structure for Map Matching operation type.mapMatchingConfig
(MapMatchingConfig mapMatchingConfig) The input structure for Map Matching operation type.reverseGeocodingConfig
(Consumer<ReverseGeocodingConfig.Builder> reverseGeocodingConfig) The input structure for Reverse Geocoding operation type.reverseGeocodingConfig
(ReverseGeocodingConfig reverseGeocodingConfig) The input structure for Reverse Geocoding operation type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mapMatchingConfig
The input structure for Map Matching operation type.
- Parameters:
mapMatchingConfig
- The input structure for Map Matching operation type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mapMatchingConfig
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 viaMapMatchingConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomapMatchingConfig(MapMatchingConfig)
.- Parameters:
mapMatchingConfig
- a consumer that will call methods onMapMatchingConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reverseGeocodingConfig
VectorEnrichmentJobConfig.Builder reverseGeocodingConfig(ReverseGeocodingConfig reverseGeocodingConfig) The input structure for Reverse Geocoding operation type.
- Parameters:
reverseGeocodingConfig
- The input structure for Reverse Geocoding operation type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reverseGeocodingConfig
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 viaReverseGeocodingConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreverseGeocodingConfig(ReverseGeocodingConfig)
.- Parameters:
reverseGeocodingConfig
- a consumer that will call methods onReverseGeocodingConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-