pub struct Builder { /* private fields */ }
Expand description
A builder for MonitoringJsonDatasetFormat
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn line(self, input: bool) -> Self
pub fn line(self, input: bool) -> Self
Indicates if the file should be read as a json object per line.
sourcepub fn set_line(self, input: Option<bool>) -> Self
pub fn set_line(self, input: Option<bool>) -> Self
Indicates if the file should be read as a json object per line.
sourcepub fn build(self) -> MonitoringJsonDatasetFormat
pub fn build(self) -> MonitoringJsonDatasetFormat
Consumes the builder and constructs a MonitoringJsonDatasetFormat
.