@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScaleOutPolicyUpdate extends Object implements Serializable, Cloneable, StructuredPojo
An update to the connector's scale-out policy.
| Constructor and Description |
|---|
ScaleOutPolicyUpdate() |
| Modifier and Type | Method and Description |
|---|---|
ScaleOutPolicyUpdate |
clone() |
boolean |
equals(Object obj) |
Integer |
getCpuUtilizationPercentage()
The target CPU utilization percentage threshold at which you want connector scale out to be triggered.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The target CPU utilization percentage threshold at which you want connector scale out to be triggered.
|
String |
toString()
Returns a string representation of this object.
|
ScaleOutPolicyUpdate |
withCpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The target CPU utilization percentage threshold at which you want connector scale out to be triggered.
|
public void setCpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The target CPU utilization percentage threshold at which you want connector scale out to be triggered.
cpuUtilizationPercentage - The target CPU utilization percentage threshold at which you want connector scale out to be triggered.public Integer getCpuUtilizationPercentage()
The target CPU utilization percentage threshold at which you want connector scale out to be triggered.
public ScaleOutPolicyUpdate withCpuUtilizationPercentage(Integer cpuUtilizationPercentage)
The target CPU utilization percentage threshold at which you want connector scale out to be triggered.
cpuUtilizationPercentage - The target CPU utilization percentage threshold at which you want connector scale out to be triggered.public String toString()
toString in class ObjectObject.toString()public ScaleOutPolicyUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.