@Generated(value="software.amazon.awssdk:codegen") public final class ProvisionedCapacityUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisionedCapacityUpdate.Builder,ProvisionedCapacityUpdate>
An update to a connector's fixed capacity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProvisionedCapacityUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionedCapacityUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
mcuCount()
The number of microcontroller units (MCUs) allocated to each connector worker.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisionedCapacityUpdate.Builder> |
serializableBuilderClass() |
ProvisionedCapacityUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
workerCount()
The number of workers that are allocated to the connector.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 workerCount()
The number of workers that are allocated to the connector.
public ProvisionedCapacityUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProvisionedCapacityUpdate.Builder,ProvisionedCapacityUpdate>public static ProvisionedCapacityUpdate.Builder builder()
public static Class<? extends ProvisionedCapacityUpdate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.