public static interface CPUUtilization.Builder extends SdkPojo, 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)
Available on Linux environments only.
|
CPUUtilization.Builder |
irq(Double irq)
Available on Linux environments only.
|
CPUUtilization.Builder |
nice(Double nice)
Available on Linux environments only.
|
CPUUtilization.Builder |
privileged(Double privileged)
Available on Windows environments only.
|
CPUUtilization.Builder |
softIRQ(Double softIRQ)
Available on Linux environments only.
|
CPUUtilization.Builder |
system(Double system)
Available on Linux environments only.
|
CPUUtilization.Builder |
user(Double user)
Percentage of time that the CPU has spent in the
User state over the last 10 seconds. |
copy
applyMutation, build
CPUUtilization.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)
Available on Linux environments only.
Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
nice
- Available on Linux environments only.
Percentage of time that the CPU has spent in the Nice
state over the last 10 seconds.
CPUUtilization.Builder system(Double system)
Available on Linux environments only.
Percentage of time that the CPU has spent in the System
state over the last 10 seconds.
system
- Available on Linux environments only.
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)
Available on Linux environments only.
Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
ioWait
- Available on Linux environments only.
Percentage of time that the CPU has spent in the I/O Wait
state over the last 10 seconds.
CPUUtilization.Builder irq(Double irq)
Available on Linux environments only.
Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
irq
- Available on Linux environments only.
Percentage of time that the CPU has spent in the IRQ
state over the last 10 seconds.
CPUUtilization.Builder softIRQ(Double softIRQ)
Available on Linux environments only.
Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
softIRQ
- Available on Linux environments only.
Percentage of time that the CPU has spent in the SoftIRQ
state over the last 10 seconds.
CPUUtilization.Builder privileged(Double privileged)
Available on Windows environments only.
Percentage of time that the CPU has spent in the Privileged
state over the last 10 seconds.
privileged
- Available on Windows environments only.
Percentage of time that the CPU has spent in the Privileged
state over the last 10
seconds.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.