Interface TotalResourceUtilization.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TotalResourceUtilization.Builder,
,TotalResourceUtilization> SdkBuilder<TotalResourceUtilization.Builder,
,TotalResourceUtilization> SdkPojo
- Enclosing class:
TotalResourceUtilization
@Mutable
@NotThreadSafe
public static interface TotalResourceUtilization.Builder
extends SdkPojo, CopyableBuilder<TotalResourceUtilization.Builder,TotalResourceUtilization>
-
Method Summary
Modifier and TypeMethodDescriptionmemoryGBHour
(Double memoryGBHour) The aggregated memory used per hour from the time job start executing till the time job is terminated.storageGBHour
(Double storageGBHour) The aggregated storage used per hour from the time job start executing till the time job is terminated.The aggregated vCPU used per hour from the time job start executing till the time job is terminated.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
-
vcpuHour
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
- Parameters:
vcpuHour
- The aggregated vCPU used per hour from the time job start executing till the time job is terminated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memoryGBHour
The aggregated memory used per hour from the time job start executing till the time job is terminated.
- Parameters:
memoryGBHour
- The aggregated memory used per hour from the time job start executing till the time job is terminated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageGBHour
The aggregated storage used per hour from the time job start executing till the time job is terminated.
- Parameters:
storageGBHour
- The aggregated storage used per hour from the time job start executing till the time job is terminated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-