Interface UserType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserType.Builder,,UserType> SdkBuilder<UserType.Builder,,UserType> SdkPojo
- Enclosing class:
- UserType
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Collection<AttributeType> attributes) Names and values of a user's attributes, for exampleemail.attributes(Consumer<AttributeType.Builder>... attributes) Names and values of a user's attributes, for exampleemail.attributes(AttributeType... attributes) Names and values of a user's attributes, for exampleemail.Indicates whether the user's account is enabled or disabled.mfaOptions(Collection<MFAOptionType> mfaOptions) The user's MFA configuration.mfaOptions(Consumer<MFAOptionType.Builder>... mfaOptions) The user's MFA configuration.mfaOptions(MFAOptionType... mfaOptions) The user's MFA configuration.userCreateDate(Instant userCreateDate) The date and time when the item was created.userLastModifiedDate(Instant userLastModifiedDate) The date and time when the item was modified.The user's username.userStatus(String userStatus) The user status.userStatus(UserStatusType userStatus) The user status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
username
The user's username.
- Parameters:
username- The user's username.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
Names and values of a user's attributes, for example
email.- Parameters:
attributes- Names and values of a user's attributes, for exampleemail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
Names and values of a user's attributes, for example
email.- Parameters:
attributes- Names and values of a user's attributes, for exampleemail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
Names and values of a user's attributes, for example
This is a convenience method that creates an instance of theemail.AttributeType.Builderavoiding the need to create one manually viaAttributeType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toattributes(List<AttributeType>).- Parameters:
attributes- a consumer that will call methods onAttributeType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userCreateDate
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Parameters:
userCreateDate- The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a JavaDateobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userLastModifiedDate
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Parameters:
userLastModifiedDate- The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a JavaDateobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
Indicates whether the user's account is enabled or disabled.
- Parameters:
enabled- Indicates whether the user's account is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userStatus
The user status. This can be one of the following:
-
UNCONFIRMED: User has been created but not confirmed. -
CONFIRMED: User has been confirmed. -
EXTERNAL_PROVIDER: User signed in with a third-party IdP. -
RESET_REQUIRED: User is confirmed, but the user must request a code and reset their password before they can sign in. -
FORCE_CHANGE_PASSWORD: The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change their password to a new value before doing anything else.
The statuses
ARCHIVED,UNKNOWN, andCOMPROMISEDare no longer used.- Parameters:
userStatus- The user status. This can be one of the following:-
UNCONFIRMED: User has been created but not confirmed. -
CONFIRMED: User has been confirmed. -
EXTERNAL_PROVIDER: User signed in with a third-party IdP. -
RESET_REQUIRED: User is confirmed, but the user must request a code and reset their password before they can sign in. -
FORCE_CHANGE_PASSWORD: The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change their password to a new value before doing anything else.
The statuses
ARCHIVED,UNKNOWN, andCOMPROMISEDare no longer used.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
userStatus
The user status. This can be one of the following:
-
UNCONFIRMED: User has been created but not confirmed. -
CONFIRMED: User has been confirmed. -
EXTERNAL_PROVIDER: User signed in with a third-party IdP. -
RESET_REQUIRED: User is confirmed, but the user must request a code and reset their password before they can sign in. -
FORCE_CHANGE_PASSWORD: The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change their password to a new value before doing anything else.
The statuses
ARCHIVED,UNKNOWN, andCOMPROMISEDare no longer used.- Parameters:
userStatus- The user status. This can be one of the following:-
UNCONFIRMED: User has been created but not confirmed. -
CONFIRMED: User has been confirmed. -
EXTERNAL_PROVIDER: User signed in with a third-party IdP. -
RESET_REQUIRED: User is confirmed, but the user must request a code and reset their password before they can sign in. -
FORCE_CHANGE_PASSWORD: The user is confirmed and the user can sign in using a temporary password, but on first sign-in, the user must change their password to a new value before doing anything else.
The statuses
ARCHIVED,UNKNOWN, andCOMPROMISEDare no longer used.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
mfaOptions
The user's MFA configuration.
- Parameters:
mfaOptions- The user's MFA configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mfaOptions
The user's MFA configuration.
- Parameters:
mfaOptions- The user's MFA configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mfaOptions
The user's MFA configuration.
This is a convenience method that creates an instance of theMFAOptionType.Builderavoiding the need to create one manually viaMFAOptionType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomfaOptions(List<MFAOptionType>).- Parameters:
mfaOptions- a consumer that will call methods onMFAOptionType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-