public static interface DeleteUserByPrincipalIdRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteUserByPrincipalIdRequest.Builder,DeleteUserByPrincipalIdRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteUserByPrincipalIdRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that the user is in.
|
DeleteUserByPrincipalIdRequest.Builder |
namespace(String namespace)
The namespace.
|
DeleteUserByPrincipalIdRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteUserByPrincipalIdRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteUserByPrincipalIdRequest.Builder |
principalId(String principalId)
The principal ID of the user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteUserByPrincipalIdRequest.Builder principalId(String principalId)
The principal ID of the user.
principalId - The principal ID of the user.DeleteUserByPrincipalIdRequest.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.DeleteUserByPrincipalIdRequest.Builder namespace(String namespace)
The namespace. Currently, you should set this to default.
namespace - The namespace. Currently, you should set this to default.DeleteUserByPrincipalIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteUserByPrincipalIdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.