@Stability(value=Stable)
public static interface CfnAssetModel.MetricWindowProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getTumbling()
The tumbling time interval window.
|
@Stability(value=Stable) @Nullable default Object getTumbling()
@Stability(value=Stable) static CfnAssetModel.MetricWindowProperty.Builder builder()
Copyright © 2022. All rights reserved.