Struct aws_sdk_codeartifact::output::create_domain_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateDomainOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn domain(self, input: DomainDescription) -> Self
pub fn domain(self, input: DomainDescription) -> Self
Contains information about the created domain after processing the request.
sourcepub fn set_domain(self, input: Option<DomainDescription>) -> Self
pub fn set_domain(self, input: Option<DomainDescription>) -> Self
Contains information about the created domain after processing the request.
sourcepub fn build(self) -> CreateDomainOutput
pub fn build(self) -> CreateDomainOutput
Consumes the builder and constructs a CreateDomainOutput
.