Struct aws_sdk_codecatalyst::model::repository_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RepositoryInput
.
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.
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.
sourcepub fn build(self) -> RepositoryInput
pub fn build(self) -> RepositoryInput
Consumes the builder and constructs a RepositoryInput
.