@Generated(value="software.amazon.awssdk:codegen") public final class ProvisionedCapacityDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisionedCapacityDescription.Builder,ProvisionedCapacityDescription>
The description of a connector's provisioned capacity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProvisionedCapacityDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionedCapacityDescription.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 ProvisionedCapacityDescription.Builder> |
serializableBuilderClass() |
ProvisionedCapacityDescription.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 ProvisionedCapacityDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProvisionedCapacityDescription.Builder,ProvisionedCapacityDescription>public static ProvisionedCapacityDescription.Builder builder()
public static Class<? extends ProvisionedCapacityDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.