@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackendAuthPasswordPolicyConfig extends Object implements Serializable, Cloneable, StructuredPojo
The password policy configuration for the backend to your Amplify project.
Constructor and Description |
---|
CreateBackendAuthPasswordPolicyConfig() |
Modifier and Type | Method and Description |
---|---|
CreateBackendAuthPasswordPolicyConfig |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAdditionalConstraints()
Additional constraints for the password used to access the backend of your Amplify project.
|
Double |
getMinimumLength()
The minimum length of the password used to access the backend of your Amplify project.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdditionalConstraints(Collection<String> additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
|
void |
setMinimumLength(Double minimumLength)
The minimum length of the password used to access the backend of your Amplify project.
|
String |
toString()
Returns a string representation of this object.
|
CreateBackendAuthPasswordPolicyConfig |
withAdditionalConstraints(AdditionalConstraintsElement... additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
|
CreateBackendAuthPasswordPolicyConfig |
withAdditionalConstraints(Collection<String> additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
|
CreateBackendAuthPasswordPolicyConfig |
withAdditionalConstraints(String... additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
|
CreateBackendAuthPasswordPolicyConfig |
withMinimumLength(Double minimumLength)
The minimum length of the password used to access the backend of your Amplify project.
|
public CreateBackendAuthPasswordPolicyConfig()
public List<String> getAdditionalConstraints()
Additional constraints for the password used to access the backend of your Amplify project.
AdditionalConstraintsElement
public void setAdditionalConstraints(Collection<String> additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
additionalConstraints
- Additional constraints for the password used to access the backend of your Amplify project.AdditionalConstraintsElement
public CreateBackendAuthPasswordPolicyConfig withAdditionalConstraints(String... additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
NOTE: This method appends the values to the existing list (if any). Use
setAdditionalConstraints(java.util.Collection)
or
withAdditionalConstraints(java.util.Collection)
if you want to override the existing values.
additionalConstraints
- Additional constraints for the password used to access the backend of your Amplify project.AdditionalConstraintsElement
public CreateBackendAuthPasswordPolicyConfig withAdditionalConstraints(Collection<String> additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
additionalConstraints
- Additional constraints for the password used to access the backend of your Amplify project.AdditionalConstraintsElement
public CreateBackendAuthPasswordPolicyConfig withAdditionalConstraints(AdditionalConstraintsElement... additionalConstraints)
Additional constraints for the password used to access the backend of your Amplify project.
additionalConstraints
- Additional constraints for the password used to access the backend of your Amplify project.AdditionalConstraintsElement
public void setMinimumLength(Double minimumLength)
The minimum length of the password used to access the backend of your Amplify project.
minimumLength
- The minimum length of the password used to access the backend of your Amplify project.public Double getMinimumLength()
The minimum length of the password used to access the backend of your Amplify project.
public CreateBackendAuthPasswordPolicyConfig withMinimumLength(Double minimumLength)
The minimum length of the password used to access the backend of your Amplify project.
minimumLength
- The minimum length of the password used to access the backend of your Amplify project.public String toString()
toString
in class Object
Object.toString()
public CreateBackendAuthPasswordPolicyConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.