Uses of Class
org.cdk8s.plus25.MetricObjectOptions.Builder
-
Packages that use MetricObjectOptions.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of MetricObjectOptions.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return MetricObjectOptions.Builder Modifier and Type Method Description static MetricObjectOptions.BuilderMetricObjectOptions. builder()MetricObjectOptions.BuilderMetricObjectOptions.Builder. labelSelector(LabelSelector labelSelector)Sets the value ofMetricOptions.getLabelSelector()MetricObjectOptions.BuilderMetricObjectOptions.Builder. name(String name)Sets the value ofMetricOptions.getName()MetricObjectOptions.BuilderMetricObjectOptions.Builder. object(IResource object)Sets the value ofMetricObjectOptions.getObject()MetricObjectOptions.BuilderMetricObjectOptions.Builder. target(MetricTarget target)Sets the value ofMetricOptions.getTarget()Constructors in org.cdk8s.plus25 with parameters of type MetricObjectOptions.Builder Constructor Description Jsii$Proxy(MetricObjectOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theMetricObjectOptions.Builder.
-