Struct aws_sdk_securityhub::types::builders::AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
source · #[non_exhaustive]pub struct AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder { /* private fields */ }Expand description
A builder for AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.
Implementations§
source§impl AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
impl AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
sourcepub fn immunity_time(self, input: i64) -> Self
pub fn immunity_time(self, input: i64) -> Self
The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by WAF.
sourcepub fn set_immunity_time(self, input: Option<i64>) -> Self
pub fn set_immunity_time(self, input: Option<i64>) -> Self
The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by WAF.
sourcepub fn get_immunity_time(&self) -> &Option<i64>
pub fn get_immunity_time(&self) -> &Option<i64>
The amount of time, in seconds, that a CAPTCHA or challenge timestamp is considered valid by WAF.
sourcepub fn build(self) -> AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails
pub fn build(self) -> AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails
Consumes the builder and constructs a AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.
Trait Implementations§
source§impl Clone for AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
impl Clone for AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
source§fn clone(&self) -> AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
fn clone(&self) -> AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
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 AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
impl Default for AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
source§fn default() -> AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
fn default() -> AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
impl PartialEq for AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
source§fn eq(
&self,
other: &AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
) -> bool
fn eq( &self, other: &AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
impl Send for AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
impl Sync for AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
impl Unpin for AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
impl UnwindSafe for AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetailsBuilder
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.