Uses of Class
org.cdk8s.plus25.ScalingPolicy.Builder
-
Packages that use ScalingPolicy.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ScalingPolicy.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return ScalingPolicy.Builder Modifier and Type Method Description static ScalingPolicy.BuilderScalingPolicy. builder()ScalingPolicy.BuilderScalingPolicy.Builder. duration(org.cdk8s.Duration duration)Sets the value ofScalingPolicy.getDuration()ScalingPolicy.BuilderScalingPolicy.Builder. replicas(Replicas replicas)Sets the value ofScalingPolicy.getReplicas()Constructors in org.cdk8s.plus25 with parameters of type ScalingPolicy.Builder Constructor Description Jsii$Proxy(ScalingPolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theScalingPolicy.Builder.
-