@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScaleOutPolicyDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description of the scale-out policy for the connector.
| Constructor and Description |
|---|
ScaleOutPolicyDescription() |
| Modifier and Type | Method and Description |
|---|---|
ScaleOutPolicyDescription |
clone() |
boolean |
equals(Object obj) |
Integer |
getCpuUtilizationPercentage()
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
|
String |
toString()
Returns a string representation of this object.
|
ScaleOutPolicyDescription |
withCpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
|
public void setCpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
cpuUtilizationPercentage - The CPU utilization percentage threshold at which you want connector scale out to be triggered.public Integer getCpuUtilizationPercentage()
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
public ScaleOutPolicyDescription withCpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The CPU utilization percentage threshold at which you want connector scale out to be triggered.
cpuUtilizationPercentage - The CPU utilization percentage threshold at which you want connector scale out to be triggered.public String toString()
toString in class ObjectObject.toString()public ScaleOutPolicyDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.