public static interface DeleteUserRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteUserRequest.Builder,DeleteUserRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteUserRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the user is in.
|
DeleteUserRequest.Builder |
namespace(String namespace)
The namespace.
|
DeleteUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteUserRequest.Builder |
userName(String userName)
The name of the user that you want to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteUserRequest.Builder userName(String userName)
The name of the user that you want to delete.
userName - The name of the user that you want to delete.DeleteUserRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
awsAccountId - The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
Amazon Web Services account that contains your Amazon QuickSight account.DeleteUserRequest.Builder namespace(String namespace)
The namespace. Currently, you should set this to default.
namespace - The namespace. Currently, you should set this to default.DeleteUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.