public static interface CPUUtilization.Builder extends CopyableBuilder<CPUUtilization.Builder,CPUUtilization>
| Modifier and Type | Method and Description |
|---|---|
CPUUtilization.Builder |
idle(Double idle)
Percentage of time that the CPU has spent in the
Idle state over the last 10 seconds. |
CPUUtilization.Builder |
ioWait(Double ioWait)
Percentage of time that the CPU has spent in the
I/O Wait state over the last 10 seconds. |
CPUUtilization.Builder |
irq(Double irq)
Percentage of time that the CPU has spent in the
IRQ state over the last 10 seconds. |
CPUUtilization.Builder |
nice(Double nice)
Percentage of time that the CPU has spent in the
Nice state over the last 10 seconds. |
CPUUtilization.Builder |
softIRQ(Double softIRQ)
Percentage of time that the CPU has spent in the
SoftIRQ state over the last 10 seconds. |
CPUUtilization.Builder |
system(Double system)
Percentage of time that the CPU has spent in the
System state over the last 10 seconds. |
CPUUtilization.Builder |
user(Double user)
Percentage of time that the CPU has spent in the
User state over the last 10 seconds. |
copyapply, buildCPUUtilization.Builder user(Double user)
Percentage of time that the CPU has spent in the User state over the last 10 seconds.
user - Percentage of time that the CPU has spent in the User state over the last 10 seconds.CPUUtilization.Builder nice(Double nice)
Percentage of time that the CPU has spent in the Nice state over the last 10 seconds.
nice - Percentage of time that the CPU has spent in the Nice state over the last 10 seconds.CPUUtilization.Builder system(Double system)
Percentage of time that the CPU has spent in the System state over the last 10 seconds.
system - Percentage of time that the CPU has spent in the System state over the last 10 seconds.CPUUtilization.Builder idle(Double idle)
Percentage of time that the CPU has spent in the Idle state over the last 10 seconds.
idle - Percentage of time that the CPU has spent in the Idle state over the last 10 seconds.CPUUtilization.Builder ioWait(Double ioWait)
Percentage of time that the CPU has spent in the I/O Wait state over the last 10 seconds.
ioWait - Percentage of time that the CPU has spent in the I/O Wait state over the last 10 seconds.CPUUtilization.Builder irq(Double irq)
Percentage of time that the CPU has spent in the IRQ state over the last 10 seconds.
irq - Percentage of time that the CPU has spent in the IRQ state over the last 10 seconds.CPUUtilization.Builder softIRQ(Double softIRQ)
Percentage of time that the CPU has spent in the SoftIRQ state over the last 10 seconds.
softIRQ - Percentage of time that the CPU has spent in the SoftIRQ state over the last 10 seconds.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.