Struct aws_sdk_route53resolver::operation::create_firewall_domain_list::builders::CreateFirewallDomainListInputBuilder
source · #[non_exhaustive]pub struct CreateFirewallDomainListInputBuilder { /* private fields */ }Expand description
A builder for CreateFirewallDomainListInput.
Implementations§
source§impl CreateFirewallDomainListInputBuilder
impl CreateFirewallDomainListInputBuilder
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.
sourcepub fn build(self) -> Result<CreateFirewallDomainListInput, BuildError>
pub fn build(self) -> Result<CreateFirewallDomainListInput, BuildError>
Consumes the builder and constructs a CreateFirewallDomainListInput.
Trait Implementations§
source§impl Clone for CreateFirewallDomainListInputBuilder
impl Clone for CreateFirewallDomainListInputBuilder
source§fn clone(&self) -> CreateFirewallDomainListInputBuilder
fn clone(&self) -> CreateFirewallDomainListInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateFirewallDomainListInputBuilder
impl Default for CreateFirewallDomainListInputBuilder
source§fn default() -> CreateFirewallDomainListInputBuilder
fn default() -> CreateFirewallDomainListInputBuilder
source§impl PartialEq<CreateFirewallDomainListInputBuilder> for CreateFirewallDomainListInputBuilder
impl PartialEq<CreateFirewallDomainListInputBuilder> for CreateFirewallDomainListInputBuilder
source§fn eq(&self, other: &CreateFirewallDomainListInputBuilder) -> bool
fn eq(&self, other: &CreateFirewallDomainListInputBuilder) -> bool
self and other values to be equal, and is used
by ==.