Struct aws_sdk_proton::model::repository_branch_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RepositoryBranchInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn provider(self, input: RepositoryProvider) -> Self
pub fn provider(self, input: RepositoryProvider) -> Self
The repository provider.
sourcepub fn set_provider(self, input: Option<RepositoryProvider>) -> Self
pub fn set_provider(self, input: Option<RepositoryProvider>) -> Self
The repository provider.
sourcepub fn set_branch(self, input: Option<String>) -> Self
pub fn set_branch(self, input: Option<String>) -> Self
The repository branch.
sourcepub fn build(self) -> RepositoryBranchInput
pub fn build(self) -> RepositoryBranchInput
Consumes the builder and constructs a RepositoryBranchInput
.