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