Interface VectorEnrichmentJobConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VectorEnrichmentJobConfig.Builder,VectorEnrichmentJobConfig>,SdkBuilder<VectorEnrichmentJobConfig.Builder,VectorEnrichmentJobConfig>,SdkPojo
- Enclosing class:
- VectorEnrichmentJobConfig
public static interface VectorEnrichmentJobConfig.Builder extends SdkPojo, CopyableBuilder<VectorEnrichmentJobConfig.Builder,VectorEnrichmentJobConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default VectorEnrichmentJobConfig.BuildermapMatchingConfig(Consumer<MapMatchingConfig.Builder> mapMatchingConfig)The input structure for Map Matching operation type.VectorEnrichmentJobConfig.BuildermapMatchingConfig(MapMatchingConfig mapMatchingConfig)The input structure for Map Matching operation type.default VectorEnrichmentJobConfig.BuilderreverseGeocodingConfig(Consumer<ReverseGeocodingConfig.Builder> reverseGeocodingConfig)The input structure for Reverse Geocoding operation type.VectorEnrichmentJobConfig.BuilderreverseGeocodingConfig(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, sdkFields
-
-
-
-
Method Detail
-
mapMatchingConfig
VectorEnrichmentJobConfig.Builder mapMatchingConfig(MapMatchingConfig 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.Builderavoiding the need to create one manually viaMapMatchingConfig.builder().When the
Consumercompletes,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:
mapMatchingConfig(MapMatchingConfig)
-
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.Builderavoiding the need to create one manually viaReverseGeocodingConfig.builder().When the
Consumercompletes,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:
reverseGeocodingConfig(ReverseGeocodingConfig)
-
-