Struct aws_sdk_securityhub::model::note_update::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for NoteUpdate
.
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 updated the note.
sourcepub fn set_updated_by(self, input: Option<String>) -> Self
pub fn set_updated_by(self, input: Option<String>) -> Self
The principal that updated the note.
sourcepub fn build(self) -> NoteUpdate
pub fn build(self) -> NoteUpdate
Consumes the builder and constructs a NoteUpdate
.