public static interface UpdateUserRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateUserRequest.Builder,UpdateUserRequest>
Modifier and Type | Method and Description |
---|---|
UpdateUserRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that the user is in.
|
UpdateUserRequest.Builder |
email(String email)
The email address of the user that you want to update.
|
UpdateUserRequest.Builder |
namespace(String namespace)
The namespace.
|
UpdateUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateUserRequest.Builder |
role(String role)
The Amazon QuickSight role of the user.
|
UpdateUserRequest.Builder |
role(UserRole role)
The Amazon QuickSight role of the user.
|
UpdateUserRequest.Builder |
userName(String userName)
The Amazon QuickSight user name that you want to update.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateUserRequest.Builder userName(String userName)
The Amazon QuickSight user name that you want to update.
userName
- The Amazon QuickSight user name that you want to update.UpdateUserRequest.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
awsAccountId
- The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that
contains your Amazon QuickSight account.UpdateUserRequest.Builder namespace(String namespace)
The namespace. Currently, you should set this to default
.
namespace
- The namespace. Currently, you should set this to default
.UpdateUserRequest.Builder email(String email)
The email address of the user that you want to update.
email
- The email address of the user that you want to update.UpdateUserRequest.Builder role(String role)
The Amazon QuickSight role of 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, data sets, analyses, and dashboards.
ADMIN
: A user who is an author, who can also manage Amazon QuickSight settings.
role
- The Amazon QuickSight role of 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, data sets, analyses, and dashboards.
ADMIN
: A user who is an author, who can also manage Amazon QuickSight settings.
UserRole
,
UserRole
UpdateUserRequest.Builder role(UserRole role)
The Amazon QuickSight role of 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, data sets, analyses, and dashboards.
ADMIN
: A user who is an author, who can also manage Amazon QuickSight settings.
role
- The Amazon QuickSight role of 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, data sets, analyses, and dashboards.
ADMIN
: A user who is an author, who can also manage Amazon QuickSight settings.
UserRole
,
UserRole
UpdateUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.