// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteUserByPrincipalId`](crate::operation::delete_user_by_principal_id::builders::DeleteUserByPrincipalIdFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`principal_id(impl Into<String>)`](crate::operation::delete_user_by_principal_id::builders::DeleteUserByPrincipalIdFluentBuilder::principal_id) / [`set_principal_id(Option<String>)`](crate::operation::delete_user_by_principal_id::builders::DeleteUserByPrincipalIdFluentBuilder::set_principal_id):<br>required: **true**<br><p>The principal ID of the user.</p><br>
/// - [`aws_account_id(impl Into<String>)`](crate::operation::delete_user_by_principal_id::builders::DeleteUserByPrincipalIdFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::delete_user_by_principal_id::builders::DeleteUserByPrincipalIdFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>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.</p><br>
/// - [`namespace(impl Into<String>)`](crate::operation::delete_user_by_principal_id::builders::DeleteUserByPrincipalIdFluentBuilder::namespace) / [`set_namespace(Option<String>)`](crate::operation::delete_user_by_principal_id::builders::DeleteUserByPrincipalIdFluentBuilder::set_namespace):<br>required: **true**<br><p>The namespace. Currently, you should set this to <code>default</code>.</p><br>
/// - On success, responds with [`DeleteUserByPrincipalIdOutput`](crate::operation::delete_user_by_principal_id::DeleteUserByPrincipalIdOutput) with field(s):
/// - [`request_id(Option<String>)`](crate::operation::delete_user_by_principal_id::DeleteUserByPrincipalIdOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
/// - [`status(i32)`](crate::operation::delete_user_by_principal_id::DeleteUserByPrincipalIdOutput::status): <p>The HTTP status of the request.</p>
/// - On failure, responds with [`SdkError<DeleteUserByPrincipalIdError>`](crate::operation::delete_user_by_principal_id::DeleteUserByPrincipalIdError)
pub fn delete_user_by_principal_id(&self) -> crate::operation::delete_user_by_principal_id::builders::DeleteUserByPrincipalIdFluentBuilder {
crate::operation::delete_user_by_principal_id::builders::DeleteUserByPrincipalIdFluentBuilder::new(self.handle.clone())
}
}