Struct aws_sdk_route53resolver::operation::create_firewall_rule_group::builders::CreateFirewallRuleGroupFluentBuilder
source · pub struct CreateFirewallRuleGroupFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateFirewallRuleGroup.
Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group by calling CreateFirewallRule.
Implementations§
source§impl CreateFirewallRuleGroupFluentBuilder
impl CreateFirewallRuleGroupFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateFirewallRuleGroup, AwsResponseRetryClassifier>, SdkError<CreateFirewallRuleGroupError>>
pub async fn customize( self ) -> Result<CustomizableOperation<CreateFirewallRuleGroup, AwsResponseRetryClassifier>, SdkError<CreateFirewallRuleGroupError>>
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<CreateFirewallRuleGroupOutput, SdkError<CreateFirewallRuleGroupError>>
pub async fn send( self ) -> Result<CreateFirewallRuleGroupOutput, SdkError<CreateFirewallRuleGroupError>>
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 creator_request_id(self, input: impl Into<String>) -> Self
pub fn creator_request_id(self, input: impl Into<String>) -> Self
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
sourcepub fn set_creator_request_id(self, input: Option<String>) -> Self
pub fn set_creator_request_id(self, input: Option<String>) -> Self
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
A name that lets you identify the rule group, to manage and use it.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
A name that lets you identify the rule group, to manage and use it.
Appends an item to Tags.
To override the contents of this collection use set_tags.
A list of the tag keys and values that you want to associate with the rule group.
A list of the tag keys and values that you want to associate with the rule group.
Trait Implementations§
source§impl Clone for CreateFirewallRuleGroupFluentBuilder
impl Clone for CreateFirewallRuleGroupFluentBuilder
source§fn clone(&self) -> CreateFirewallRuleGroupFluentBuilder
fn clone(&self) -> CreateFirewallRuleGroupFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more