Interface UserIndexCapacity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UserIndexCapacity.Builder,,UserIndexCapacity> SdkBuilder<UserIndexCapacity.Builder,,UserIndexCapacity> SdkPojo
- Enclosing class:
UserIndexCapacity
@Mutable
@NotThreadSafe
public static interface UserIndexCapacity.Builder
extends SdkPojo, CopyableBuilder<UserIndexCapacity.Builder,UserIndexCapacity>
-
Method Summary
Modifier and TypeMethodDescriptionThe email address of the user.The number of knowledge bases owned by the user.The role of the user.spaceCount(Integer spaceCount) The number of spaces owned by the user.totalCapacityBytes(Long totalCapacityBytes) The total index capacity consumed by the user in bytes.totalKBCapacityBytes(Long totalKBCapacityBytes) The total index capacity consumed by the user's knowledge bases in bytes.totalSpaceCapacityBytes(Long totalSpaceCapacityBytes) The total index capacity consumed by the user's spaces in bytes.The ARN of the user.The username of the user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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
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
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
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
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.
-