| Package | Description |
|---|---|
| com.amazonaws.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
AutoScaling |
AutoScaling.clone() |
AutoScaling |
Capacity.getAutoScaling()
Information about the auto scaling parameters for the connector.
|
AutoScaling |
AutoScaling.withMaxWorkerCount(Integer maxWorkerCount)
The maximum number of workers allocated to the connector.
|
AutoScaling |
AutoScaling.withMcuCount(Integer mcuCount)
The number of microcontroller units (MCUs) allocated to each connector worker.
|
AutoScaling |
AutoScaling.withMinWorkerCount(Integer minWorkerCount)
The minimum number of workers allocated to the connector.
|
AutoScaling |
AutoScaling.withScaleInPolicy(ScaleInPolicy scaleInPolicy)
The sacle-in policy for the connector.
|
AutoScaling |
AutoScaling.withScaleOutPolicy(ScaleOutPolicy scaleOutPolicy)
The sacle-out policy for the connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Capacity.setAutoScaling(AutoScaling autoScaling)
Information about the auto scaling parameters for the connector.
|
Capacity |
Capacity.withAutoScaling(AutoScaling autoScaling)
Information about the auto scaling parameters for the connector.
|
Copyright © 2023. All rights reserved.