pub struct Builder { /* private fields */ }
Expand description
A builder for MapMatchingConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn id_attribute_name(self, input: impl Into<String>) -> Self
pub fn id_attribute_name(self, input: impl Into<String>) -> Self
sourcepub fn set_id_attribute_name(self, input: Option<String>) -> Self
pub fn set_id_attribute_name(self, input: Option<String>) -> Self
sourcepub fn y_attribute_name(self, input: impl Into<String>) -> Self
pub fn y_attribute_name(self, input: impl Into<String>) -> Self
The name of the Y-attribute
sourcepub fn set_y_attribute_name(self, input: Option<String>) -> Self
pub fn set_y_attribute_name(self, input: Option<String>) -> Self
The name of the Y-attribute
sourcepub fn x_attribute_name(self, input: impl Into<String>) -> Self
pub fn x_attribute_name(self, input: impl Into<String>) -> Self
The name of the X-attribute
sourcepub fn set_x_attribute_name(self, input: Option<String>) -> Self
pub fn set_x_attribute_name(self, input: Option<String>) -> Self
The name of the X-attribute
sourcepub fn timestamp_attribute_name(self, input: impl Into<String>) -> Self
pub fn timestamp_attribute_name(self, input: impl Into<String>) -> Self
The name of the timestamp attribute.
sourcepub fn set_timestamp_attribute_name(self, input: Option<String>) -> Self
pub fn set_timestamp_attribute_name(self, input: Option<String>) -> Self
The name of the timestamp attribute.
sourcepub fn build(self) -> MapMatchingConfig
pub fn build(self) -> MapMatchingConfig
Consumes the builder and constructs a MapMatchingConfig
.