public static interface User.Builder extends SdkPojo, CopyableBuilder<User.Builder,User>
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
active(Boolean active)
The active status of user.
|
User.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the user.
|
User.Builder |
customPermissionsName(String customPermissionsName)
The custom permissions profile associated with this 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 |
principalId(String principalId)
The principal ID of 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUser.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. The user role can be one of the following:.
READER: A user who has read-only access to dashboards.
AUTHOR: A user who can create data sources, datasets, analyses, and dashboards.
ADMIN: A user who is an author, who can also manage Amazon QuickSight settings.
RESTRICTED_READER: This role isn't currently available for use.
RESTRICTED_AUTHOR: This role isn't currently available for use.
role - The Amazon QuickSight role for the user. The user role can be one of the following:.
READER: A user who has read-only access to dashboards.
AUTHOR: A user who can create data sources, datasets, analyses, and dashboards.
ADMIN: A user who is an author, who can also manage Amazon QuickSight settings.
RESTRICTED_READER: This role isn't currently available for use.
RESTRICTED_AUTHOR: This role isn't currently available for use.
UserRole,
UserRoleUser.Builder role(UserRole role)
The Amazon QuickSight role for the user. The user role can be one of the following:.
READER: A user who has read-only access to dashboards.
AUTHOR: A user who can create data sources, datasets, analyses, and dashboards.
ADMIN: A user who is an author, who can also manage Amazon QuickSight settings.
RESTRICTED_READER: This role isn't currently available for use.
RESTRICTED_AUTHOR: This role isn't currently available for use.
role - The Amazon QuickSight role for the user. The user role can be one of the following:.
READER: A user who has read-only access to dashboards.
AUTHOR: A user who can create data sources, datasets, analyses, and dashboards.
ADMIN: A user who is an author, who can also manage Amazon QuickSight settings.
RESTRICTED_READER: This role isn't currently available for use.
RESTRICTED_AUTHOR: This role isn't currently available for use.
UserRole,
UserRoleUser.Builder identityType(String identityType)
The type of identity authentication used by the user.
identityType - The type of identity authentication used by the user.IdentityType,
IdentityTypeUser.Builder identityType(IdentityType identityType)
The type of identity authentication used by the user.
identityType - The type of identity authentication used by the user.IdentityType,
IdentityTypeUser.Builder active(Boolean active)
The active status of user. When you create an Amazon QuickSight user that’s not an IAM user or an Active Directory user, that user is inactive until they sign in and provide a password.
active - The active status of user. When you create an Amazon QuickSight user that’s not an IAM user or an
Active Directory user, that user is inactive until they sign in and provide a password.User.Builder principalId(String principalId)
The principal ID of the user.
principalId - The principal ID of the user.User.Builder customPermissionsName(String customPermissionsName)
The custom permissions profile associated with this user.
customPermissionsName - The custom permissions profile associated with this user.Copyright © 2020. All rights reserved.