Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateLoginProfileRequest.Builder,UpdateLoginProfileRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateLoginProfileRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateLoginProfileRequest.Builder,UpdateLoginProfileRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateLoginProfileRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateLoginProfileRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
password() |
The new password for the specified IAM user.
|
Boolean |
passwordResetRequired() |
Allows this new password to be used only once by requiring the specified IAM user to set a new password on next
sign-in.
|
static Class<? extends UpdateLoginProfileRequest.Builder> |
serializableBuilderClass() |
|
UpdateLoginProfileRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userName() |
The name of the user whose password you want to update.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String userName()
The name of the user whose password you want to update.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public String password()
The new password for the specified IAM user.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ). However, the format can be further restricted by the account administrator by setting a password policy on the AWS account. For more information, see UpdateAccountPasswordPolicy.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ). However, the format can be further restricted by the account administrator by setting a password policy on the AWS account. For more information, see UpdateAccountPasswordPolicy.
public Boolean passwordResetRequired()
Allows this new password to be used only once by requiring the specified IAM user to set a new password on next sign-in.
public UpdateLoginProfileRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateLoginProfileRequest.Builder,UpdateLoginProfileRequest>
public static UpdateLoginProfileRequest.Builder builder()
public static Class<? extends UpdateLoginProfileRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.