public static interface User.Builder extends SdkPojo, CopyableBuilder<User.Builder,User>
Modifier and Type | Method and Description |
---|---|
User.Builder |
active(Boolean active)
Active status of user.
|
User.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the user.
|
User.Builder |
email(String email)
The user's email address.
|
User.Builder |
identityType(IdentityType identityType)
The type of identity authentication used by the user.
|
User.Builder |
identityType(String identityType)
The type of identity authentication used by the user.
|
User.Builder |
role(String role)
The Amazon QuickSight role for the user.
|
User.Builder |
role(UserRole role)
The Amazon QuickSight role for the user.
|
User.Builder |
userName(String userName)
The user's user name.
|
copy
applyMutation, build
User.Builder arn(String arn)
The Amazon Resource Name (ARN) for the user.
arn
- The Amazon Resource Name (ARN) for the user.User.Builder userName(String userName)
The user's user name.
userName
- The user's user name.User.Builder email(String email)
The user's email address.
email
- The user's email address.User.Builder role(String role)
The Amazon QuickSight role for the user.
User.Builder role(UserRole role)
The Amazon QuickSight role for the user.
User.Builder identityType(String identityType)
The type of identity authentication used by the user.
identityType
- The type of identity authentication used by the user.IdentityType
,
IdentityType
User.Builder identityType(IdentityType identityType)
The type of identity authentication used by the user.
identityType
- The type of identity authentication used by the user.IdentityType
,
IdentityType
User.Builder active(Boolean active)
Active status of user. When you create an Amazon QuickSight user that’s not an IAM user or an AD user, that user is inactive until they sign in and provide a password
active
- Active status of user. When you create an Amazon QuickSight user that’s not an IAM user or an AD user,
that user is inactive until they sign in and provide a passwordCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.