Struct aws_sdk_route53resolver::operation::update_resolver_dnssec_config::builders::UpdateResolverDnssecConfigFluentBuilder
source · pub struct UpdateResolverDnssecConfigFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateResolverDnssecConfig.
Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.
Implementations§
source§impl UpdateResolverDnssecConfigFluentBuilder
impl UpdateResolverDnssecConfigFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdateResolverDnssecConfig, AwsResponseRetryClassifier>, SdkError<UpdateResolverDnssecConfigError>>
pub async fn customize( self ) -> Result<CustomizableOperation<UpdateResolverDnssecConfig, AwsResponseRetryClassifier>, SdkError<UpdateResolverDnssecConfigError>>
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<UpdateResolverDnssecConfigOutput, SdkError<UpdateResolverDnssecConfigError>>
pub async fn send( self ) -> Result<UpdateResolverDnssecConfigOutput, SdkError<UpdateResolverDnssecConfigError>>
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 resource_id(self, input: impl Into<String>) -> Self
pub fn resource_id(self, input: impl Into<String>) -> Self
The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
sourcepub fn set_resource_id(self, input: Option<String>) -> Self
pub fn set_resource_id(self, input: Option<String>) -> Self
The ID of the virtual private cloud (VPC) that you're updating the DNSSEC validation status for.
sourcepub fn validation(self, input: Validation) -> Self
pub fn validation(self, input: Validation) -> Self
The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE or DISABLE. Be aware that it can take time for a validation status change to be completed.
sourcepub fn set_validation(self, input: Option<Validation>) -> Self
pub fn set_validation(self, input: Option<Validation>) -> Self
The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE or DISABLE. Be aware that it can take time for a validation status change to be completed.
Trait Implementations§
source§impl Clone for UpdateResolverDnssecConfigFluentBuilder
impl Clone for UpdateResolverDnssecConfigFluentBuilder
source§fn clone(&self) -> UpdateResolverDnssecConfigFluentBuilder
fn clone(&self) -> UpdateResolverDnssecConfigFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more