Struct aws_sdk_route53resolver::operation::delete_firewall_rule::builders::DeleteFirewallRuleFluentBuilder
source · pub struct DeleteFirewallRuleFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteFirewallRule.
Deletes the specified firewall rule.
Implementations§
source§impl DeleteFirewallRuleFluentBuilder
impl DeleteFirewallRuleFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteFirewallRule, AwsResponseRetryClassifier>, SdkError<DeleteFirewallRuleError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DeleteFirewallRule, AwsResponseRetryClassifier>, SdkError<DeleteFirewallRuleError>>
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<DeleteFirewallRuleOutput, SdkError<DeleteFirewallRuleError>>
pub async fn send( self ) -> Result<DeleteFirewallRuleOutput, SdkError<DeleteFirewallRuleError>>
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 firewall_rule_group_id(self, input: impl Into<String>) -> Self
pub fn firewall_rule_group_id(self, input: impl Into<String>) -> Self
The unique identifier of the firewall rule group that you want to delete the rule from.
sourcepub fn set_firewall_rule_group_id(self, input: Option<String>) -> Self
pub fn set_firewall_rule_group_id(self, input: Option<String>) -> Self
The unique identifier of the firewall rule group that you want to delete the rule from.
sourcepub fn firewall_domain_list_id(self, input: impl Into<String>) -> Self
pub fn firewall_domain_list_id(self, input: impl Into<String>) -> Self
The ID of the domain list that's used in the rule.
sourcepub fn set_firewall_domain_list_id(self, input: Option<String>) -> Self
pub fn set_firewall_domain_list_id(self, input: Option<String>) -> Self
The ID of the domain list that's used in the rule.
Trait Implementations§
source§impl Clone for DeleteFirewallRuleFluentBuilder
impl Clone for DeleteFirewallRuleFluentBuilder
source§fn clone(&self) -> DeleteFirewallRuleFluentBuilder
fn clone(&self) -> DeleteFirewallRuleFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more