Interface MapMatchingConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MapMatchingConfig.Builder,MapMatchingConfig>,SdkBuilder<MapMatchingConfig.Builder,MapMatchingConfig>,SdkPojo
- Enclosing class:
- MapMatchingConfig
public static interface MapMatchingConfig.Builder extends SdkPojo, CopyableBuilder<MapMatchingConfig.Builder,MapMatchingConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapMatchingConfig.BuilderidAttributeName(String idAttributeName)The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.MapMatchingConfig.BuildertimestampAttributeName(String timestampAttributeName)The name of the timestamp attribute.MapMatchingConfig.BuilderxAttributeName(String xAttributeName)The name of the X-attributeMapMatchingConfig.BuilderyAttributeName(String yAttributeName)The name of the Y-attribute-
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
-
idAttributeName
MapMatchingConfig.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.
- Parameters:
idAttributeName- The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestampAttributeName
MapMatchingConfig.Builder timestampAttributeName(String timestampAttributeName)
The name of the timestamp attribute.
- Parameters:
timestampAttributeName- The name of the timestamp attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
xAttributeName
MapMatchingConfig.Builder xAttributeName(String xAttributeName)
The name of the X-attribute
- Parameters:
xAttributeName- The name of the X-attribute- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
yAttributeName
MapMatchingConfig.Builder yAttributeName(String yAttributeName)
The name of the Y-attribute
- Parameters:
yAttributeName- The name of the Y-attribute- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-