Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateAccountPasswordPolicyRequest.Builder,UpdateAccountPasswordPolicyRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateAccountPasswordPolicyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateAccountPasswordPolicyRequest.Builder,UpdateAccountPasswordPolicyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateAccountPasswordPolicyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
Boolean |
allowUsersToChangePassword() |
Allows all IAM users in your account to use the AWS Management Console to change their own passwords.
|
static UpdateAccountPasswordPolicyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Boolean |
hardExpiry() |
Prevents IAM users from setting a new password after their password has expired.
|
int |
hashCode() |
|
Integer |
maxPasswordAge() |
The number of days that an IAM user password is valid.
|
Integer |
minimumPasswordLength() |
The minimum number of characters allowed in an IAM user password.
|
Integer |
passwordReusePrevention() |
Specifies the number of previous passwords that IAM users are prevented from reusing.
|
Boolean |
requireLowercaseCharacters() |
Specifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin
alphabet (a to z).
|
Boolean |
requireNumbers() |
Specifies whether IAM user passwords must contain at least one numeric character (0 to 9).
|
Boolean |
requireSymbols() |
Specifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters:
|
Boolean |
requireUppercaseCharacters() |
Specifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin
alphabet (A to Z).
|
static Class<? extends UpdateAccountPasswordPolicyRequest.Builder> |
serializableBuilderClass() |
|
UpdateAccountPasswordPolicyRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public Integer minimumPasswordLength()
The minimum number of characters allowed in an IAM user password.
Default value: 6
Default value: 6
public Boolean requireSymbols()
Specifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters:
! @ # $ % ^ & * ( ) _ + - = [ ] { } | '
Default value: false
! @ # $ % ^ & * ( ) _ + - = [ ] { } | '
Default value: false
public Boolean requireNumbers()
Specifies whether IAM user passwords must contain at least one numeric character (0 to 9).
Default value: false
Default value: false
public Boolean requireUppercaseCharacters()
Specifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z).
Default value: false
Default value: false
public Boolean requireLowercaseCharacters()
Specifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z).
Default value: false
Default value: false
public Boolean allowUsersToChangePassword()
Allows all IAM users in your account to use the AWS Management Console to change their own passwords. For more information, see Letting IAM Users Change Their Own Passwords in the IAM User Guide.
Default value: false
Default value: false
public Integer maxPasswordAge()
The number of days that an IAM user password is valid. The default value of 0 means IAM user passwords never expire.
Default value: 0
Default value: 0
public Integer passwordReusePrevention()
Specifies the number of previous passwords that IAM users are prevented from reusing. The default value of 0 means IAM users are not prevented from reusing previous passwords.
Default value: 0
Default value: 0
public Boolean hardExpiry()
Prevents IAM users from setting a new password after their password has expired.
Default value: false
Default value: false
public UpdateAccountPasswordPolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateAccountPasswordPolicyRequest.Builder,UpdateAccountPasswordPolicyRequest>
public static UpdateAccountPasswordPolicyRequest.Builder builder()
public static Class<? extends UpdateAccountPasswordPolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.