Struct aws_sdk_codecatalyst::model::project_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ProjectSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The friendly name displayed to users of the project in Amazon CodeCatalyst.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
The friendly name displayed to users of the project in Amazon CodeCatalyst.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the project.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the project.
sourcepub fn build(self) -> ProjectSummary
pub fn build(self) -> ProjectSummary
Consumes the builder and constructs a ProjectSummary
.