Package org.cdk8s.plus28
Interface MetricObjectOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,MetricOptions
- All Known Implementing Classes:
MetricObjectOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.586Z") @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.plus28.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
-
-