Struct aws_sdk_wafv2::model::regex_pattern_set_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for RegexPatternSetSummary
Implementations
The name of the data type instance. You cannot change the name after you create the instance.
The name of the data type instance. You cannot change the name after you create the instance.
A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
A description of the set that helps with identification.
A description of the set that helps with identification.
A token used for optimistic locking. WAF returns a token to your get
and list
requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like update
and delete
. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a WAFOptimisticLockException
. If this happens, perform another get
, and use the new token returned by that operation.
A token used for optimistic locking. WAF returns a token to your get
and list
requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like update
and delete
. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a WAFOptimisticLockException
. If this happens, perform another get
, and use the new token returned by that operation.
The Amazon Resource Name (ARN) of the entity.
The Amazon Resource Name (ARN) of the entity.
Consumes the builder and constructs a RegexPatternSetSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more