Interface BilledJobResourceUtilization.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BilledJobResourceUtilization.Builder,
,BilledJobResourceUtilization> SdkBuilder<BilledJobResourceUtilization.Builder,
,BilledJobResourceUtilization> SdkPojo
- Enclosing class:
BilledJobResourceUtilization
@Mutable
@NotThreadSafe
public static interface BilledJobResourceUtilization.Builder
extends SdkPojo, CopyableBuilder<BilledJobResourceUtilization.Builder,BilledJobResourceUtilization>
-
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.
-