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