Struct aws_sdk_codegurureviewer::model::s3_repository::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for S3Repository
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the repository in the S3 bucket.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the repository in the S3 bucket.
sourcepub fn bucket_name(self, input: impl Into<String>) -> Self
pub fn bucket_name(self, input: impl Into<String>) -> Self
The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-
.
sourcepub fn set_bucket_name(self, input: Option<String>) -> Self
pub fn set_bucket_name(self, input: Option<String>) -> Self
The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-
.
sourcepub fn build(self) -> S3Repository
pub fn build(self) -> S3Repository
Consumes the builder and constructs a S3Repository
.