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