| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static TotalResourceUtilization.Builder |
TotalResourceUtilization.builder() |
TotalResourceUtilization.Builder |
TotalResourceUtilization.Builder.memoryGBHour(Double memoryGBHour)
The aggregated memory used per hour from the time job start executing till the time job is terminated.
|
TotalResourceUtilization.Builder |
TotalResourceUtilization.Builder.storageGBHour(Double storageGBHour)
The aggregated storage used per hour from the time job start executing till the time job is terminated.
|
TotalResourceUtilization.Builder |
TotalResourceUtilization.toBuilder() |
TotalResourceUtilization.Builder |
TotalResourceUtilization.Builder.vcpuHour(Double vcpuHour)
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TotalResourceUtilization.Builder> |
TotalResourceUtilization.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobRun.Builder |
JobRun.Builder.totalResourceUtilization(Consumer<TotalResourceUtilization.Builder> totalResourceUtilization)
The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the
time the job terminates, rounded up to the nearest second.
|
Copyright © 2023. All rights reserved.