public static interface DescribeUserRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeUserRequest.Builder,DescribeUserRequest>
Modifier and Type | Method and Description |
---|---|
DescribeUserRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that the user is in.
|
DescribeUserRequest.Builder |
namespace(String namespace)
The namespace.
|
DescribeUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeUserRequest.Builder |
userName(String userName)
The name of the user that you want to describe.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeUserRequest.Builder userName(String userName)
The name of the user that you want to describe.
userName
- The name of the user that you want to describe.DescribeUserRequest.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.DescribeUserRequest.Builder namespace(String namespace)
The namespace. Currently, you should set this to default
.
namespace
- The namespace. Currently, you should set this to default
.DescribeUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeUserRequest.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.