Struct aws_sdk_route53resolver::operation::create_firewall_domain_list::builders::CreateFirewallDomainListFluentBuilder
source · pub struct CreateFirewallDomainListFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateFirewallDomainList.
Creates an empty firewall domain list for use in DNS Firewall rules. You can populate the domains for the new list with a file, using ImportFirewallDomains, or with domain strings, using UpdateFirewallDomains.
Implementations§
source§impl CreateFirewallDomainListFluentBuilder
impl CreateFirewallDomainListFluentBuilder
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateFirewallDomainList, AwsResponseRetryClassifier>, SdkError<CreateFirewallDomainListError>>
pub async fn customize( self ) -> Result<CustomizableOperation<CreateFirewallDomainList, AwsResponseRetryClassifier>, SdkError<CreateFirewallDomainListError>>
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<CreateFirewallDomainListOutput, SdkError<CreateFirewallDomainListError>>
pub async fn send( self ) -> Result<CreateFirewallDomainListOutput, SdkError<CreateFirewallDomainListError>>
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 that identifies the request and that allows you to retry failed requests without the risk of running the operation twice. CreatorRequestId can be any unique string, for example, a date/time stamp.
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 that identifies the request and that allows you to retry failed requests without the risk of running the operation twice. CreatorRequestId can be any unique string, for example, a date/time stamp.
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 domain list 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 domain list 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 domain list.
A list of the tag keys and values that you want to associate with the domain list.
Trait Implementations§
source§impl Clone for CreateFirewallDomainListFluentBuilder
impl Clone for CreateFirewallDomainListFluentBuilder
source§fn clone(&self) -> CreateFirewallDomainListFluentBuilder
fn clone(&self) -> CreateFirewallDomainListFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more