Interface BilledResourceUtilization.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BilledResourceUtilization.Builder,,BilledResourceUtilization> SdkBuilder<BilledResourceUtilization.Builder,,BilledResourceUtilization> SdkPojo
- Enclosing class:
BilledResourceUtilization
@Mutable
@NotThreadSafe
public static interface BilledResourceUtilization.Builder
extends SdkPojo, CopyableBuilder<BilledResourceUtilization.Builder,BilledResourceUtilization>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of Clean Rooms Processing Unit (CRPU) hours that have been billed.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
-
units
The number of Clean Rooms Processing Unit (CRPU) hours that have been billed.
- Parameters:
units- The number of Clean Rooms Processing Unit (CRPU) hours that have been billed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-