public static interface ProvisionedCapacityDescription.Builder extends SdkPojo, CopyableBuilder<ProvisionedCapacityDescription.Builder,ProvisionedCapacityDescription>
| Modifier and Type | Method and Description |
|---|---|
ProvisionedCapacityDescription.Builder |
mcuCount(Integer mcuCount)
The number of microcontroller units (MCUs) allocated to each connector worker.
|
ProvisionedCapacityDescription.Builder |
workerCount(Integer workerCount)
The number of workers that are allocated to the connector.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProvisionedCapacityDescription.Builder mcuCount(Integer mcuCount)
The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
mcuCount - The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are
1,2,4,8.ProvisionedCapacityDescription.Builder workerCount(Integer workerCount)
The number of workers that are allocated to the connector.
workerCount - The number of workers that are allocated to the connector.Copyright © 2023. All rights reserved.