Uses of Interface
software.amazon.awssdk.services.kafkaconnect.model.ScaleOutPolicyUpdate.Builder
-
Packages that use ScaleOutPolicyUpdate.Builder Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of ScaleOutPolicyUpdate.Builder in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return ScaleOutPolicyUpdate.Builder Modifier and Type Method Description static ScaleOutPolicyUpdate.BuilderScaleOutPolicyUpdate. builder()ScaleOutPolicyUpdate.BuilderScaleOutPolicyUpdate.Builder. cpuUtilizationPercentage(Integer cpuUtilizationPercentage)The target CPU utilization percentage threshold at which you want connector scale out to be triggered.ScaleOutPolicyUpdate.BuilderScaleOutPolicyUpdate. toBuilder()Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type ScaleOutPolicyUpdate.Builder Modifier and Type Method Description static Class<? extends ScaleOutPolicyUpdate.Builder>ScaleOutPolicyUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafkaconnect.model with type arguments of type ScaleOutPolicyUpdate.Builder Modifier and Type Method Description default AutoScalingUpdate.BuilderAutoScalingUpdate.Builder. scaleOutPolicy(Consumer<ScaleOutPolicyUpdate.Builder> scaleOutPolicy)The target sacle-out policy for the connector.
-