pub struct UpdateDomainConfiguration { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateDomainConfiguration
.
Updates values stored in the domain configuration. Domain configurations for default endpoints can't be updated.
Requires permission to access the UpdateDomainConfiguration action.
Implementations§
source§impl UpdateDomainConfiguration
impl UpdateDomainConfiguration
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdateDomainConfiguration, AwsResponseRetryClassifier>, SdkError<UpdateDomainConfigurationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<UpdateDomainConfiguration, AwsResponseRetryClassifier>, SdkError<UpdateDomainConfigurationError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<UpdateDomainConfigurationOutput, SdkError<UpdateDomainConfigurationError>>
pub async fn send(
self
) -> Result<UpdateDomainConfigurationOutput, SdkError<UpdateDomainConfigurationError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
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.
Trait Implementations§
source§impl Clone for UpdateDomainConfiguration
impl Clone for UpdateDomainConfiguration
source§fn clone(&self) -> UpdateDomainConfiguration
fn clone(&self) -> UpdateDomainConfiguration
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more