#[non_exhaustive]pub struct FirewallRuleGroupMetadataBuilder { /* private fields */ }Expand description
A builder for FirewallRuleGroupMetadata.
Implementations§
source§impl FirewallRuleGroupMetadataBuilder
impl FirewallRuleGroupMetadataBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The ARN (Amazon Resource Name) of the rule group.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The ARN (Amazon Resource Name) of the rule group.
sourcepub fn owner_id(self, input: impl Into<String>) -> Self
pub fn owner_id(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
sourcepub fn set_owner_id(self, input: Option<String>) -> Self
pub fn set_owner_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
sourcepub fn get_owner_id(&self) -> &Option<String>
pub fn get_owner_id(&self) -> &Option<String>
The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
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 get_creator_request_id(&self) -> &Option<String>
pub fn get_creator_request_id(&self) -> &Option<String>
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.
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
sourcepub fn build(self) -> FirewallRuleGroupMetadata
pub fn build(self) -> FirewallRuleGroupMetadata
Consumes the builder and constructs a FirewallRuleGroupMetadata.
Trait Implementations§
source§impl Clone for FirewallRuleGroupMetadataBuilder
impl Clone for FirewallRuleGroupMetadataBuilder
source§fn clone(&self) -> FirewallRuleGroupMetadataBuilder
fn clone(&self) -> FirewallRuleGroupMetadataBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for FirewallRuleGroupMetadataBuilder
impl Default for FirewallRuleGroupMetadataBuilder
source§fn default() -> FirewallRuleGroupMetadataBuilder
fn default() -> FirewallRuleGroupMetadataBuilder
source§impl PartialEq for FirewallRuleGroupMetadataBuilder
impl PartialEq for FirewallRuleGroupMetadataBuilder
source§fn eq(&self, other: &FirewallRuleGroupMetadataBuilder) -> bool
fn eq(&self, other: &FirewallRuleGroupMetadataBuilder) -> bool
self and other values to be equal, and is used
by ==.