@Stability(value=Stable)
public static interface CfnDataset.DeltaTimeProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotanalytics.*;
DeltaTimeProperty deltaTimeProperty = DeltaTimeProperty.builder()
.offsetSeconds(123)
.timeExpression("timeExpression")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.DeltaTimeProperty.Builder
A builder for
CfnDataset.DeltaTimeProperty |
static class |
CfnDataset.DeltaTimeProperty.Jsii$Proxy
An implementation for
CfnDataset.DeltaTimeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.DeltaTimeProperty.Builder |
builder() |
Number |
getOffsetSeconds()
`CfnDataset.DeltaTimeProperty.OffsetSeconds`.
|
String |
getTimeExpression()
`CfnDataset.DeltaTimeProperty.TimeExpression`.
|
@Stability(value=Stable) @NotNull Number getOffsetSeconds()
@Stability(value=Stable) @NotNull String getTimeExpression()
@Stability(value=Stable) static CfnDataset.DeltaTimeProperty.Builder builder()
Copyright © 2021. All rights reserved.