Interface ProvisionedCapacityDescription.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProvisionedCapacityDescription.Builder,,ProvisionedCapacityDescription> SdkBuilder<ProvisionedCapacityDescription.Builder,,ProvisionedCapacityDescription> SdkPojo
- Enclosing class:
ProvisionedCapacityDescription
public static interface ProvisionedCapacityDescription.Builder
extends SdkPojo, CopyableBuilder<ProvisionedCapacityDescription.Builder,ProvisionedCapacityDescription>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of microcontroller units (MCUs) allocated to each connector worker.workerCount(Integer workerCount) The number of workers that are allocated to the connector.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
mcuCount
The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.
- Parameters:
mcuCount- The number of microcontroller units (MCUs) allocated to each connector worker. The valid values are 1,2,4,8.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workerCount
The number of workers that are allocated to the connector.
- Parameters:
workerCount- The number of workers that are allocated to the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-