Package org.cdk8s.plus25
Interface MetricObjectOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,MetricOptions
- All Known Implementing Classes:
MetricObjectOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.347Z") @Stability(Stable) public interface MetricObjectOptions extends software.amazon.jsii.JsiiSerializable, MetricOptions
Options forMetric.object().
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMetricObjectOptions.BuilderA builder forMetricObjectOptionsstatic classMetricObjectOptions.Jsii$ProxyAn implementation forMetricObjectOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MetricObjectOptions.Builderbuilder()IResourcegetObject()Resource where the metric can be found.-
Methods inherited from interface org.cdk8s.plus25.MetricOptions
getLabelSelector, getName, getTarget
-
-
-
-
Method Detail
-
getObject
@Stability(Stable) @NotNull IResource getObject()
Resource where the metric can be found.
-
builder
@Stability(Stable) static MetricObjectOptions.Builder builder()
- Returns:
- a
MetricObjectOptions.BuilderofMetricObjectOptions
-
-