CopyableBuilder<UserType.Builder,UserType>
, SdkBuilder<UserType.Builder,UserType>
public static interface UserType.Builder extends CopyableBuilder<UserType.Builder,UserType>
Modifier and Type | Method | Description |
---|---|---|
UserType.Builder |
attributes(Collection<AttributeType> attributes) |
A container with information about the user type attributes.
|
UserType.Builder |
attributes(AttributeType... attributes) |
A container with information about the user type attributes.
|
UserType.Builder |
enabled(Boolean enabled) |
Specifies whether the user is enabled.
|
UserType.Builder |
mfaOptions(Collection<MFAOptionType> mfaOptions) |
The MFA options for the user.
|
UserType.Builder |
mfaOptions(MFAOptionType... mfaOptions) |
The MFA options for the user.
|
UserType.Builder |
userCreateDate(Date userCreateDate) |
The creation date of the user.
|
UserType.Builder |
userLastModifiedDate(Date userLastModifiedDate) |
The last modified date of the user.
|
UserType.Builder |
username(String username) |
The user name of the user you wish to describe.
|
UserType.Builder |
userStatus(String userStatus) |
The user status.
|
UserType.Builder |
userStatus(UserStatusType userStatus) |
The user status.
|
copy
apply, build
UserType.Builder username(String username)
The user name of the user you wish to describe.
username
- The user name of the user you wish to describe.UserType.Builder attributes(Collection<AttributeType> attributes)
A container with information about the user type attributes.
attributes
- A container with information about the user type attributes.UserType.Builder attributes(AttributeType... attributes)
A container with information about the user type attributes.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- A container with information about the user type attributes.UserType.Builder userCreateDate(Date userCreateDate)
The creation date of the user.
userCreateDate
- The creation date of the user.UserType.Builder userLastModifiedDate(Date userLastModifiedDate)
The last modified date of the user.
userLastModifiedDate
- The last modified date of the user.UserType.Builder enabled(Boolean enabled)
Specifies whether the user is enabled.
enabled
- Specifies whether the user is enabled.UserType.Builder userStatus(String userStatus)
The user status. Can be one of the following:
UNCONFIRMED - User has been created but not confirmed.
CONFIRMED - User has been confirmed.
ARCHIVED - User is no longer active.
COMPROMISED - User is disabled due to a potential security threat.
UNKNOWN - User status is not known.
userStatus
- The user status. Can be one of the following:
UNCONFIRMED - User has been created but not confirmed.
CONFIRMED - User has been confirmed.
ARCHIVED - User is no longer active.
COMPROMISED - User is disabled due to a potential security threat.
UNKNOWN - User status is not known.
UserStatusType
UserType.Builder userStatus(UserStatusType userStatus)
The user status. Can be one of the following:
UNCONFIRMED - User has been created but not confirmed.
CONFIRMED - User has been confirmed.
ARCHIVED - User is no longer active.
COMPROMISED - User is disabled due to a potential security threat.
UNKNOWN - User status is not known.
userStatus
- The user status. Can be one of the following:
UNCONFIRMED - User has been created but not confirmed.
CONFIRMED - User has been confirmed.
ARCHIVED - User is no longer active.
COMPROMISED - User is disabled due to a potential security threat.
UNKNOWN - User status is not known.
UserStatusType
UserType.Builder mfaOptions(Collection<MFAOptionType> mfaOptions)
The MFA options for the user.
mfaOptions
- The MFA options for the user.UserType.Builder mfaOptions(MFAOptionType... mfaOptions)
The MFA options for the user.
NOTE: This method appends the values to the existing list (if any). Use
#setMFAOptions(java.util.Collection)
or #withMFAOptions(java.util.Collection)
if you want to
override the existing values.
mfaOptions
- The MFA options for the user.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.