@Generated(value="software.amazon.awssdk:codegen") public final class User extends Object implements SdkPojo, Serializable, ToCopyableBuilder<User.Builder,User>
A registered user of Amazon QuickSight. Currently, an Amazon QuickSight subscription can't contain more than 20 million users.
| Modifier and Type | Class and Description |
|---|---|
static interface |
User.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
active()
Active status of user.
|
String |
arn()
The Amazon Resource Name (ARN) for the user.
|
static User.Builder |
builder() |
String |
email()
The user's email address.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IdentityType |
identityType()
The type of identity authentication used by the user.
|
String |
identityTypeAsString()
The type of identity authentication used by the user.
|
UserRole |
role()
The Amazon QuickSight role for the user.
|
String |
roleAsString()
The Amazon QuickSight role for the user.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends User.Builder> |
serializableBuilderClass() |
User.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
userName()
The user's user name.
|
copypublic String arn()
The Amazon Resource Name (ARN) for the user.
public String userName()
The user's user name.
public String email()
The user's email address.
public UserRole role()
The Amazon QuickSight role for the user.
If the service returns an enum value that is not available in the current SDK version, role will return
UserRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
roleAsString().
UserRolepublic String roleAsString()
The Amazon QuickSight role for the user.
If the service returns an enum value that is not available in the current SDK version, role will return
UserRole.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
roleAsString().
UserRolepublic IdentityType identityType()
The type of identity authentication used by the user.
If the service returns an enum value that is not available in the current SDK version, identityType will
return IdentityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
identityTypeAsString().
IdentityTypepublic String identityTypeAsString()
The type of identity authentication used by the user.
If the service returns an enum value that is not available in the current SDK version, identityType will
return IdentityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
identityTypeAsString().
IdentityTypepublic 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
public User.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<User.Builder,User>public static User.Builder builder()
public static Class<? extends User.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.