Class TotalResourceUtilization
- java.lang.Object
-
- software.amazon.awssdk.services.emrserverless.model.TotalResourceUtilization
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TotalResourceUtilization.Builder,TotalResourceUtilization>
@Generated("software.amazon.awssdk:codegen") public final class TotalResourceUtilization extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TotalResourceUtilization.Builder,TotalResourceUtilization>
The aggregate vCPU, memory, and storage resources used from the time job start executing till the time job is terminated, rounded up to the nearest second.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTotalResourceUtilization.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TotalResourceUtilization.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DoublememoryGBHour()The aggregated memory used per hour from the time job start executing till the time job is terminated.List<SdkField<?>>sdkFields()static Class<? extends TotalResourceUtilization.Builder>serializableBuilderClass()DoublestorageGBHour()The aggregated storage used per hour from the time job start executing till the time job is terminated.TotalResourceUtilization.BuildertoBuilder()StringtoString()Returns a string representation of this object.DoublevcpuHour()The aggregated vCPU used per hour from the time job start executing till the time job is terminated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
vcpuHour
public final Double vcpuHour()
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
- Returns:
- The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
-
memoryGBHour
public final Double memoryGBHour()
The aggregated memory used per hour from the time job start executing till the time job is terminated.
- Returns:
- The aggregated memory used per hour from the time job start executing till the time job is terminated.
-
storageGBHour
public final Double storageGBHour()
The aggregated storage used per hour from the time job start executing till the time job is terminated.
- Returns:
- The aggregated storage used per hour from the time job start executing till the time job is terminated.
-
toBuilder
public TotalResourceUtilization.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TotalResourceUtilization.Builder,TotalResourceUtilization>
-
builder
public static TotalResourceUtilization.Builder builder()
-
serializableBuilderClass
public static Class<? extends TotalResourceUtilization.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-