pub struct Builder { /* private fields */ }
Expand description
A builder for DevEnvironmentRepositorySummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn repository_name(self, input: impl Into<String>) -> Self
pub fn repository_name(self, input: impl Into<String>) -> Self
The name of the source repository.
sourcepub fn set_repository_name(self, input: Option<String>) -> Self
pub fn set_repository_name(self, input: Option<String>) -> Self
The name of the source repository.
sourcepub fn branch_name(self, input: impl Into<String>) -> Self
pub fn branch_name(self, input: impl Into<String>) -> Self
The name of the branch in a source repository cloned into the Dev Environment.
sourcepub fn set_branch_name(self, input: Option<String>) -> Self
pub fn set_branch_name(self, input: Option<String>) -> Self
The name of the branch in a source repository cloned into the Dev Environment.
sourcepub fn build(self) -> DevEnvironmentRepositorySummary
pub fn build(self) -> DevEnvironmentRepositorySummary
Consumes the builder and constructs a DevEnvironmentRepositorySummary
.