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