Interface DescribeUserRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeUserRequest.Builder,DescribeUserRequest>, QuickSightRequest.Builder, SdkBuilder<DescribeUserRequest.Builder,DescribeUserRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeUserRequest

public static interface DescribeUserRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeUserRequest.Builder,DescribeUserRequest>
  • Method Details

    • userName

      DescribeUserRequest.Builder userName(String userName)

      The name of the user that you want to describe.

      Parameters:
      userName - The name of the user that you want to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • awsAccountId

      DescribeUserRequest.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespace

      DescribeUserRequest.Builder namespace(String namespace)

      The namespace. Currently, you should set this to default.

      Parameters:
      namespace - The namespace. Currently, you should set this to default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.