Interface ResourceUtilization.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ResourceUtilization.Builder,,- ResourceUtilization> - SdkBuilder<ResourceUtilization.Builder,,- ResourceUtilization> - SdkPojo
- Enclosing class:
- ResourceUtilization
@Mutable
@NotThreadSafe
public static interface ResourceUtilization.Builder
extends SdkPojo, CopyableBuilder<ResourceUtilization.Builder,ResourceUtilization> 
- 
Method SummaryModifier and TypeMethodDescriptionmemoryGBHour(Double memoryGBHour) The aggregated memory used per hour from the time the job starts executing until the job is terminated.storageGBHour(Double storageGBHour) The aggregated storage used per hour from the time the job starts executing until the job is terminated.The aggregated vCPU used per hour from the time the job starts executing until the job is terminated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
vcpuHourThe aggregated vCPU used per hour from the time the job starts executing until the job is terminated. - Parameters:
- vcpuHour- The aggregated vCPU used per hour from the time the job starts executing until the job is terminated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
memoryGBHourThe aggregated memory used per hour from the time the job starts executing until the job is terminated. - Parameters:
- memoryGBHour- The aggregated memory used per hour from the time the job starts executing until the job is terminated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
storageGBHourThe aggregated storage used per hour from the time the job starts executing until the job is terminated. - Parameters:
- storageGBHour- The aggregated storage used per hour from the time the job starts executing until the job is terminated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-