Struct aws_sdk_securityhub::model::note::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Note
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn updated_by(self, input: impl Into<String>) -> Self
pub fn updated_by(self, input: impl Into<String>) -> Self
The principal that created a note.
sourcepub fn set_updated_by(self, input: Option<String>) -> Self
pub fn set_updated_by(self, input: Option<String>) -> Self
The principal that created a note.
sourcepub fn updated_at(self, input: impl Into<String>) -> Self
pub fn updated_at(self, input: impl Into<String>) -> Self
The timestamp of when the note was updated.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn set_updated_at(self, input: Option<String>) -> Self
pub fn set_updated_at(self, input: Option<String>) -> Self
The timestamp of when the note was updated.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.