@Generated(value="software.amazon.awssdk:codegen") public final class AutoScalingUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoScalingUpdate.Builder,AutoScalingUpdate>
The updates to the auto scaling parameters for the connector.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoScalingUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AutoScalingUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxWorkerCount()
The target maximum number of workers allocated to the connector.
|
Integer |
mcuCount()
The target number of microcontroller units (MCUs) allocated to each connector worker.
|
Integer |
minWorkerCount()
The target minimum number of workers allocated to the connector.
|
ScaleInPolicyUpdate |
scaleInPolicy()
The target sacle-in policy for the connector.
|
ScaleOutPolicyUpdate |
scaleOutPolicy()
The target sacle-out policy for the connector.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoScalingUpdate.Builder> |
serializableBuilderClass() |
AutoScalingUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxWorkerCount()
The target maximum number of workers allocated to the connector.
public final Integer mcuCount()
The target number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
public final Integer minWorkerCount()
The target minimum number of workers allocated to the connector.
public final ScaleInPolicyUpdate scaleInPolicy()
The target sacle-in policy for the connector.
public final ScaleOutPolicyUpdate scaleOutPolicy()
The target sacle-out policy for the connector.
public AutoScalingUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoScalingUpdate.Builder,AutoScalingUpdate>public static AutoScalingUpdate.Builder builder()
public static Class<? extends AutoScalingUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.