Interface CreateBackendAuthPasswordPolicyConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreateBackendAuthPasswordPolicyConfig.Builder,CreateBackendAuthPasswordPolicyConfig>,SdkBuilder<CreateBackendAuthPasswordPolicyConfig.Builder,CreateBackendAuthPasswordPolicyConfig>,SdkPojo
- Enclosing class:
- CreateBackendAuthPasswordPolicyConfig
public static interface CreateBackendAuthPasswordPolicyConfig.Builder extends SdkPojo, CopyableBuilder<CreateBackendAuthPasswordPolicyConfig.Builder,CreateBackendAuthPasswordPolicyConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateBackendAuthPasswordPolicyConfig.BuilderadditionalConstraints(Collection<AdditionalConstraintsElement> additionalConstraints)Additional constraints for the password used to access the backend of your Amplify project.CreateBackendAuthPasswordPolicyConfig.BuilderadditionalConstraints(AdditionalConstraintsElement... additionalConstraints)Additional constraints for the password used to access the backend of your Amplify project.CreateBackendAuthPasswordPolicyConfig.BuilderadditionalConstraintsWithStrings(String... additionalConstraints)Additional constraints for the password used to access the backend of your Amplify project.CreateBackendAuthPasswordPolicyConfig.BuilderadditionalConstraintsWithStrings(Collection<String> additionalConstraints)Additional constraints for the password used to access the backend of your Amplify project.CreateBackendAuthPasswordPolicyConfig.BuilderminimumLength(Double minimumLength)The minimum length of the password used to access the backend of your Amplify project.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
additionalConstraintsWithStrings
CreateBackendAuthPasswordPolicyConfig.Builder additionalConstraintsWithStrings(Collection<String> additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
- Parameters:
additionalConstraints- Additional constraints for the password used to access the backend of your Amplify project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalConstraintsWithStrings
CreateBackendAuthPasswordPolicyConfig.Builder additionalConstraintsWithStrings(String... additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
- Parameters:
additionalConstraints- Additional constraints for the password used to access the backend of your Amplify project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalConstraints
CreateBackendAuthPasswordPolicyConfig.Builder additionalConstraints(Collection<AdditionalConstraintsElement> additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
- Parameters:
additionalConstraints- Additional constraints for the password used to access the backend of your Amplify project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalConstraints
CreateBackendAuthPasswordPolicyConfig.Builder additionalConstraints(AdditionalConstraintsElement... additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
- Parameters:
additionalConstraints- Additional constraints for the password used to access the backend of your Amplify project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minimumLength
CreateBackendAuthPasswordPolicyConfig.Builder minimumLength(Double minimumLength)
The minimum length of the password used to access the backend of your Amplify project.
- Parameters:
minimumLength- The minimum length of the password used to access the backend of your Amplify project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-