pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeDomainOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn domain(self, input: DomainDescription) -> Self
pub fn domain(self, input: DomainDescription) -> Self
Information about a domain. A domain is a container for repositories. When you create a domain, it is empty until you add one or more repositories.
sourcepub fn set_domain(self, input: Option<DomainDescription>) -> Self
pub fn set_domain(self, input: Option<DomainDescription>) -> Self
Information about a domain. A domain is a container for repositories. When you create a domain, it is empty until you add one or more repositories.
sourcepub fn build(self) -> DescribeDomainOutput
pub fn build(self) -> DescribeDomainOutput
Consumes the builder and constructs a DescribeDomainOutput
.