Struct aws_sdk_amplifybackend::model::update_backend_auth_password_policy_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UpdateBackendAuthPasswordPolicyConfig
Implementations
Appends an item to additional_constraints
.
To override the contents of this collection use set_additional_constraints
.
Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.
pub fn set_additional_constraints(
self,
input: Option<Vec<AdditionalConstraintsElement>>
) -> Self
pub fn set_additional_constraints(
self,
input: Option<Vec<AdditionalConstraintsElement>>
) -> Self
Describes additional constraints on password requirements to sign in to the auth resource, configured as a part of your Amplify project.
Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.
Describes the minimum length of the password required to sign in to the auth resource, configured as a part of your Amplify project.
Consumes the builder and constructs a UpdateBackendAuthPasswordPolicyConfig
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