Struct aws_sdk_amplifybackend::model::create_backend_auth_password_policy_config::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for CreateBackendAuthPasswordPolicyConfig
Implementations
Appends an item to additional_constraints
.
To override the contents of this collection use set_additional_constraints
.
Additional constraints for the password used to access the backend 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
Additional constraints for the password used to access the backend of your Amplify project.
The minimum length of the password used to access the backend of your Amplify project.
The minimum length of the password used to access the backend of your Amplify project.
Consumes the builder and constructs a CreateBackendAuthPasswordPolicyConfig
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