Interface SpaceContributor.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SpaceContributor.Builder,,SpaceContributor> SdkBuilder<SpaceContributor.Builder,,SpaceContributor> SdkPojo
- Enclosing class:
SpaceContributor
@Mutable
@NotThreadSafe
public static interface SpaceContributor.Builder
extends SdkPojo, CopyableBuilder<SpaceContributor.Builder,SpaceContributor>
-
Method Summary
Modifier and TypeMethodDescriptionpercentage(Double percentage) The percentage of total contributions made by the user.rawFileSizeBytes(Long rawFileSizeBytes) The raw file size in bytes contributed by the user.The user name of the contributor.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
-
userName
The user name of the contributor.
- Parameters:
userName- The user name of the contributor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rawFileSizeBytes
The raw file size in bytes contributed by the user.
- Parameters:
rawFileSizeBytes- The raw file size in bytes contributed by the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
percentage
The percentage of total contributions made by the user.
- Parameters:
percentage- The percentage of total contributions made by the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-