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