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 |
externalLoginFederationProviderType(String externalLoginFederationProviderType)
The type of supported external login provider that provides identity to let the user federate into Amazon
QuickSight with an associated IAM role.
|
User.Builder |
externalLoginFederationProviderUrl(String externalLoginFederationProviderUrl)
The URL of the external login provider.
|
User.Builder |
externalLoginId(String externalLoginId)
The identity ID for the user in the external login provider.
|
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. This value is required if you are registering a user that will be managed in Amazon
QuickSight. In the output, the value for UserName is N/A when the value for
IdentityType is IAM and the corresponding IAM user is deleted.
userName - The user's user name. This value is required if you are registering a user that will be managed in
Amazon QuickSight. In the output, the value for UserName is N/A when the
value for IdentityType is IAM and the corresponding IAM user is deleted.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 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 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 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 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.User.Builder externalLoginFederationProviderType(String externalLoginFederationProviderType)
The type of supported external login provider that provides identity to let the user federate into Amazon QuickSight with an associated IAM role. The type can be one of the following.
COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com.
CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider.
externalLoginFederationProviderType - The type of supported external login provider that provides identity to let the user federate into
Amazon QuickSight with an associated IAM role. The type can be one of the following.
COGNITO: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com.
CUSTOM_OIDC: Custom OpenID Connect (OIDC) provider.
User.Builder externalLoginFederationProviderUrl(String externalLoginFederationProviderUrl)
The URL of the external login provider.
externalLoginFederationProviderUrl - The URL of the external login provider.User.Builder externalLoginId(String externalLoginId)
The identity ID for the user in the external login provider.
externalLoginId - The identity ID for the user in the external login provider.Copyright © 2023. All rights reserved.