Struct aws_sdk_sagemaker::model::code_repository::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CodeRepository
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn repository_url(self, input: impl Into<String>) -> Self
pub fn repository_url(self, input: impl Into<String>) -> Self
The URL of the Git repository.
sourcepub fn set_repository_url(self, input: Option<String>) -> Self
pub fn set_repository_url(self, input: Option<String>) -> Self
The URL of the Git repository.
sourcepub fn build(self) -> CodeRepository
pub fn build(self) -> CodeRepository
Consumes the builder and constructs a CodeRepository
.