Struct aws_sdk_codegurureviewer::model::repository::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for Repository.
Implementations§
source§impl Builder
impl Builder
sourcepub fn code_commit(self, input: CodeCommitRepository) -> Self
pub fn code_commit(self, input: CodeCommitRepository) -> Self
Information about an Amazon Web Services CodeCommit repository.
sourcepub fn set_code_commit(self, input: Option<CodeCommitRepository>) -> Self
pub fn set_code_commit(self, input: Option<CodeCommitRepository>) -> Self
Information about an Amazon Web Services CodeCommit repository.
sourcepub fn bitbucket(self, input: ThirdPartySourceRepository) -> Self
pub fn bitbucket(self, input: ThirdPartySourceRepository) -> Self
Information about a Bitbucket repository.
sourcepub fn set_bitbucket(self, input: Option<ThirdPartySourceRepository>) -> Self
pub fn set_bitbucket(self, input: Option<ThirdPartySourceRepository>) -> Self
Information about a Bitbucket repository.
sourcepub fn git_hub_enterprise_server(self, input: ThirdPartySourceRepository) -> Self
pub fn git_hub_enterprise_server(self, input: ThirdPartySourceRepository) -> Self
Information about a GitHub Enterprise Server repository.
sourcepub fn set_git_hub_enterprise_server(
self,
input: Option<ThirdPartySourceRepository>
) -> Self
pub fn set_git_hub_enterprise_server(
self,
input: Option<ThirdPartySourceRepository>
) -> Self
Information about a GitHub Enterprise Server repository.
sourcepub fn s3_bucket(self, input: S3Repository) -> Self
pub fn s3_bucket(self, input: S3Repository) -> Self
Information about a repository in an S3 bucket.
sourcepub fn set_s3_bucket(self, input: Option<S3Repository>) -> Self
pub fn set_s3_bucket(self, input: Option<S3Repository>) -> Self
Information about a repository in an S3 bucket.
sourcepub fn build(self) -> Repository
pub fn build(self) -> Repository
Consumes the builder and constructs a Repository.