Interface MapMatchingConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MapMatchingConfig.Builder,,- MapMatchingConfig> - SdkBuilder<MapMatchingConfig.Builder,,- MapMatchingConfig> - SdkPojo
- Enclosing class:
- MapMatchingConfig
@Mutable
@NotThreadSafe
public static interface MapMatchingConfig.Builder
extends SdkPojo, CopyableBuilder<MapMatchingConfig.Builder,MapMatchingConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionidAttributeName(String idAttributeName) The field name for the data that describes the identifier representing a collection of GPS points belonging to an individual trace.timestampAttributeName(String timestampAttributeName) The name of the timestamp attribute.xAttributeName(String xAttributeName) The name of the X-attributeyAttributeName(String yAttributeName) The name of the Y-attributeMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idAttributeNameThe 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.
 
- 
timestampAttributeNameThe 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.
 
- 
xAttributeNameThe 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.
 
- 
yAttributeNameThe 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.
 
 
-