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) |
DescribeUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeUserRequest.Builder |
userName(String userName)
The name of the user that you want to describe.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
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)
overrideConfiguration
in interface AwsRequest.Builder
DescribeUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.