Interface UserIndexCapacity.Builder

  • Method Details

    • userArn

      The ARN of the user.

      Parameters:
      userArn - The ARN of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userName

      UserIndexCapacity.Builder userName(String userName)

      The username of the user.

      Parameters:
      userName - The username of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • email

      The email address of the user.

      Parameters:
      email - The email address of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • role

      The role of the user.

      Parameters:
      role - The role of the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalCapacityBytes

      UserIndexCapacity.Builder totalCapacityBytes(Long totalCapacityBytes)

      The total index capacity consumed by the user in bytes.

      Parameters:
      totalCapacityBytes - The total index capacity consumed by the user in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalKBCapacityBytes

      UserIndexCapacity.Builder totalKBCapacityBytes(Long totalKBCapacityBytes)

      The total index capacity consumed by the user's knowledge bases in bytes.

      Parameters:
      totalKBCapacityBytes - The total index capacity consumed by the user's knowledge bases in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalSpaceCapacityBytes

      UserIndexCapacity.Builder totalSpaceCapacityBytes(Long totalSpaceCapacityBytes)

      The total index capacity consumed by the user's spaces in bytes.

      Parameters:
      totalSpaceCapacityBytes - The total index capacity consumed by the user's spaces in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kbCount

      The number of knowledge bases owned by the user.

      Parameters:
      kbCount - The number of knowledge bases owned by the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • spaceCount

      UserIndexCapacity.Builder spaceCount(Integer spaceCount)

      The number of spaces owned by the user.

      Parameters:
      spaceCount - The number of spaces owned by the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.