Struct aws_sdk_securityhub::model::record::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Record
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn json_path(self, input: impl Into<String>) -> Self
pub fn json_path(self, input: impl Into<String>) -> Self
The path, as a JSONPath expression, to the field in the record that contains the data. If the field name is longer than 20 characters, it is truncated. If the path is longer than 250 characters, it is truncated.
sourcepub fn set_json_path(self, input: Option<String>) -> Self
pub fn set_json_path(self, input: Option<String>) -> Self
The path, as a JSONPath expression, to the field in the record that contains the data. If the field name is longer than 20 characters, it is truncated. If the path is longer than 250 characters, it is truncated.
sourcepub fn record_index(self, input: i64) -> Self
pub fn record_index(self, input: i64) -> Self
The record index, starting from 0, for the record that contains the data.
sourcepub fn set_record_index(self, input: Option<i64>) -> Self
pub fn set_record_index(self, input: Option<i64>) -> Self
The record index, starting from 0, for the record that contains the data.