pub struct Builder { /* private fields */ }
Expand description
A builder for GetRepositoryEndpointOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn repository_endpoint(self, input: impl Into<String>) -> Self
pub fn repository_endpoint(self, input: impl Into<String>) -> Self
A string that specifies the URL of the returned endpoint.
sourcepub fn set_repository_endpoint(self, input: Option<String>) -> Self
pub fn set_repository_endpoint(self, input: Option<String>) -> Self
A string that specifies the URL of the returned endpoint.
sourcepub fn build(self) -> GetRepositoryEndpointOutput
pub fn build(self) -> GetRepositoryEndpointOutput
Consumes the builder and constructs a GetRepositoryEndpointOutput
.