public static interface CfnAssetModel.MetricWindowProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iotsitewise.*; MetricWindowProperty metricWindowProperty = MetricWindowProperty.builder() .tumbling(TumblingWindowProperty.builder() .interval("interval") // the properties below are optional .offset("offset") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAssetModel.MetricWindowProperty.Builder
A builder for
CfnAssetModel.MetricWindowProperty |
static class |
CfnAssetModel.MetricWindowProperty.Jsii$Proxy
An implementation for
CfnAssetModel.MetricWindowProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAssetModel.MetricWindowProperty.Builder |
builder() |
default java.lang.Object |
getTumbling()
The tumbling time interval window.
|
default java.lang.Object getTumbling()
static CfnAssetModel.MetricWindowProperty.Builder builder()