pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateDomainConfigurationInput
.
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 to be 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 to be updated.
An object that specifies the authorization service for a domain.
An object that specifies the authorization service for a domain.
sourcepub fn domain_configuration_status(
self,
input: DomainConfigurationStatus
) -> Self
pub fn domain_configuration_status(
self,
input: DomainConfigurationStatus
) -> Self
The status to which the domain configuration should be updated.
sourcepub fn set_domain_configuration_status(
self,
input: Option<DomainConfigurationStatus>
) -> Self
pub fn set_domain_configuration_status(
self,
input: Option<DomainConfigurationStatus>
) -> Self
The status to which the domain configuration should be updated.
Removes the authorization configuration from a domain.
Removes the authorization configuration from a domain.
sourcepub fn build(self) -> Result<UpdateDomainConfigurationInput, BuildError>
pub fn build(self) -> Result<UpdateDomainConfigurationInput, BuildError>
Consumes the builder and constructs a UpdateDomainConfigurationInput
.