#[non_exhaustive]pub struct AwsWafv2WebAclCaptchaConfigDetailsBuilder { /* private fields */ }Expand description
A builder for AwsWafv2WebAclCaptchaConfigDetails.
Implementations§
source§impl AwsWafv2WebAclCaptchaConfigDetailsBuilder
impl AwsWafv2WebAclCaptchaConfigDetailsBuilder
sourcepub fn immunity_time_property(
self,
input: AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails
) -> Self
pub fn immunity_time_property( self, input: AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails ) -> Self
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.
sourcepub fn set_immunity_time_property(
self,
input: Option<AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails>
) -> Self
pub fn set_immunity_time_property( self, input: Option<AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails> ) -> Self
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.
sourcepub fn get_immunity_time_property(
&self
) -> &Option<AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails>
pub fn get_immunity_time_property( &self ) -> &Option<AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails>
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.
sourcepub fn build(self) -> AwsWafv2WebAclCaptchaConfigDetails
pub fn build(self) -> AwsWafv2WebAclCaptchaConfigDetails
Consumes the builder and constructs a AwsWafv2WebAclCaptchaConfigDetails.
Trait Implementations§
source§impl Clone for AwsWafv2WebAclCaptchaConfigDetailsBuilder
impl Clone for AwsWafv2WebAclCaptchaConfigDetailsBuilder
source§fn clone(&self) -> AwsWafv2WebAclCaptchaConfigDetailsBuilder
fn clone(&self) -> AwsWafv2WebAclCaptchaConfigDetailsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for AwsWafv2WebAclCaptchaConfigDetailsBuilder
impl Default for AwsWafv2WebAclCaptchaConfigDetailsBuilder
source§fn default() -> AwsWafv2WebAclCaptchaConfigDetailsBuilder
fn default() -> AwsWafv2WebAclCaptchaConfigDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsWafv2WebAclCaptchaConfigDetailsBuilder
impl PartialEq for AwsWafv2WebAclCaptchaConfigDetailsBuilder
source§fn eq(&self, other: &AwsWafv2WebAclCaptchaConfigDetailsBuilder) -> bool
fn eq(&self, other: &AwsWafv2WebAclCaptchaConfigDetailsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AwsWafv2WebAclCaptchaConfigDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsWafv2WebAclCaptchaConfigDetailsBuilder
impl Send for AwsWafv2WebAclCaptchaConfigDetailsBuilder
impl Sync for AwsWafv2WebAclCaptchaConfigDetailsBuilder
impl Unpin for AwsWafv2WebAclCaptchaConfigDetailsBuilder
impl UnwindSafe for AwsWafv2WebAclCaptchaConfigDetailsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.