pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateDomainConfigurationOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn domain_configuration_name(self, input: impl Into<String>) -> Self
pub fn domain_configuration_name(self, input: impl Into<String>) -> Self
The name of the domain configuration that was updated.
sourcepub fn set_domain_configuration_name(self, input: Option<String>) -> Self
pub fn set_domain_configuration_name(self, input: Option<String>) -> Self
The name of the domain configuration that was updated.
sourcepub fn domain_configuration_arn(self, input: impl Into<String>) -> Self
pub fn domain_configuration_arn(self, input: impl Into<String>) -> Self
The ARN of the domain configuration that was updated.
sourcepub fn set_domain_configuration_arn(self, input: Option<String>) -> Self
pub fn set_domain_configuration_arn(self, input: Option<String>) -> Self
The ARN of the domain configuration that was updated.
sourcepub fn build(self) -> UpdateDomainConfigurationOutput
pub fn build(self) -> UpdateDomainConfigurationOutput
Consumes the builder and constructs a UpdateDomainConfigurationOutput
.