Interface ProvisionedCapacityUpdate.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProvisionedCapacityUpdate.Builder,ProvisionedCapacityUpdate>, SdkBuilder<ProvisionedCapacityUpdate.Builder,ProvisionedCapacityUpdate>, SdkPojo
Enclosing class:
ProvisionedCapacityUpdate

public static interface ProvisionedCapacityUpdate.Builder extends SdkPojo, CopyableBuilder<ProvisionedCapacityUpdate.Builder,ProvisionedCapacityUpdate>
  • 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

      ProvisionedCapacityUpdate.Builder workerCount(Integer 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.