Interface CPUUtilization.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CPUUtilization.Builder,
,CPUUtilization> SdkBuilder<CPUUtilization.Builder,
,CPUUtilization> SdkPojo
- Enclosing class:
CPUUtilization
-
Method Summary
Modifier and TypeMethodDescriptionPercentage of time that the CPU has spent in theIdle
state over the last 10 seconds.Available on Linux environments only.Available on Linux environments only.Available on Linux environments only.privileged
(Double privileged) Available on Windows environments only.Available on Linux environments only.Available on Linux environments only.Percentage of time that the CPU has spent in theUser
state over the last 10 seconds.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
user
Percentage of time that the CPU has spent in the
User
state over the last 10 seconds.- Parameters:
user
- Percentage of time that the CPU has spent in theUser
state over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nice
Available on Linux environments only.
Percentage of time that the CPU has spent in the
Nice
state over the last 10 seconds.- Parameters:
nice
- Available on Linux environments only.Percentage of time that the CPU has spent in the
Nice
state over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
system
Available on Linux environments only.
Percentage of time that the CPU has spent in the
System
state over the last 10 seconds.- Parameters:
system
- Available on Linux environments only.Percentage of time that the CPU has spent in the
System
state over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idle
Percentage of time that the CPU has spent in the
Idle
state over the last 10 seconds.- Parameters:
idle
- Percentage of time that the CPU has spent in theIdle
state over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
irq
Available on Linux environments only.
Percentage of time that the CPU has spent in the
IRQ
state over the last 10 seconds.- Parameters:
irq
- Available on Linux environments only.Percentage of time that the CPU has spent in the
IRQ
state over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
softIRQ
Available on Linux environments only.
Percentage of time that the CPU has spent in the
SoftIRQ
state over the last 10 seconds.- Parameters:
softIRQ
- Available on Linux environments only.Percentage of time that the CPU has spent in the
SoftIRQ
state over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privileged
Available on Windows environments only.
Percentage of time that the CPU has spent in the
Privileged
state over the last 10 seconds.- Parameters:
privileged
- Available on Windows environments only.Percentage of time that the CPU has spent in the
Privileged
state over the last 10 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-