Struct aws_sdk_codecatalyst::model::project_information::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ProjectInformation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn project_id(self, input: impl Into<String>) -> Self
pub fn project_id(self, input: impl Into<String>) -> Self
The system-generated unique ID of the project.
sourcepub fn set_project_id(self, input: Option<String>) -> Self
pub fn set_project_id(self, input: Option<String>) -> Self
The system-generated unique ID of the project.
sourcepub fn build(self) -> ProjectInformation
pub fn build(self) -> ProjectInformation
Consumes the builder and constructs a ProjectInformation
.