pub struct Builder { /* private fields */ }
Expand description
A builder for CreateCodeRepositoryOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn code_repository_arn(self, input: impl Into<String>) -> Self
pub fn code_repository_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the new repository.
sourcepub fn set_code_repository_arn(self, input: Option<String>) -> Self
pub fn set_code_repository_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the new repository.
sourcepub fn build(self) -> CreateCodeRepositoryOutput
pub fn build(self) -> CreateCodeRepositoryOutput
Consumes the builder and constructs a CreateCodeRepositoryOutput
.