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