Struct aws_sdk_codeartifact::model::domain_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DomainSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn owner(self, input: impl Into<String>) -> Self
pub fn owner(self, input: impl Into<String>) -> Self
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
sourcepub fn set_owner(self, input: Option<String>) -> Self
pub fn set_owner(self, input: Option<String>) -> Self
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
sourcepub fn status(self, input: DomainStatus) -> Self
pub fn status(self, input: DomainStatus) -> Self
A string that contains the status of the domain.
sourcepub fn set_status(self, input: Option<DomainStatus>) -> Self
pub fn set_status(self, input: Option<DomainStatus>) -> Self
A string that contains the status of the domain.
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
A timestamp that contains the date and time the domain was created.
sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
A timestamp that contains the date and time the domain was created.
sourcepub fn encryption_key(self, input: impl Into<String>) -> Self
pub fn encryption_key(self, input: impl Into<String>) -> Self
The key used to encrypt the domain.
sourcepub fn set_encryption_key(self, input: Option<String>) -> Self
pub fn set_encryption_key(self, input: Option<String>) -> Self
The key used to encrypt the domain.
sourcepub fn build(self) -> DomainSummary
pub fn build(self) -> DomainSummary
Consumes the builder and constructs a DomainSummary
.