Struct aws_sdk_databrew::output::update_project_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateProjectOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn last_modified_date(self, input: DateTime) -> Self
pub fn last_modified_date(self, input: DateTime) -> Self
The date and time that the project was last modified.
sourcepub fn set_last_modified_date(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_date(self, input: Option<DateTime>) -> Self
The date and time that the project was last modified.
sourcepub fn build(self) -> UpdateProjectOutput
pub fn build(self) -> UpdateProjectOutput
Consumes the builder and constructs a UpdateProjectOutput
.