Package org.cdk8s.plus24
Interface MetricObjectOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
,MetricOptions
- All Known Implementing Classes:
MetricObjectOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-15T15:42:36.397Z") @Stability(Stable) public interface MetricObjectOptions extends software.amazon.jsii.JsiiSerializable, MetricOptions
Options for `Metric.object()`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MetricObjectOptions.Builder
A builder forMetricObjectOptions
static class
MetricObjectOptions.Jsii$Proxy
An implementation forMetricObjectOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MetricObjectOptions.Builder
builder()
IResource
getObject()
Resource where the metric can be found.-
Methods inherited from interface org.cdk8s.plus24.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.Builder
ofMetricObjectOptions
-
-