Struct aws_sdk_codecatalyst::output::create_project_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateProjectOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn space_name(self, input: impl Into<String>) -> Self
pub fn space_name(self, input: impl Into<String>) -> Self
The name of the space.
sourcepub fn set_space_name(self, input: Option<String>) -> Self
pub fn set_space_name(self, input: Option<String>) -> Self
The name of the space.
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The friendly name of the project.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
The friendly name of the project.
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) -> CreateProjectOutput
pub fn build(self) -> CreateProjectOutput
Consumes the builder and constructs a CreateProjectOutput
.