@Stability(value=Stable)
public static interface CfnAnomalyDetector.TimestampColumnProperty
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.lookoutmetrics.*;
TimestampColumnProperty timestampColumnProperty = TimestampColumnProperty.builder()
.columnFormat("columnFormat")
.columnName("columnName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAnomalyDetector.TimestampColumnProperty.Builder
A builder for
CfnAnomalyDetector.TimestampColumnProperty |
static class |
CfnAnomalyDetector.TimestampColumnProperty.Jsii$Proxy
An implementation for
CfnAnomalyDetector.TimestampColumnProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAnomalyDetector.TimestampColumnProperty.Builder |
builder() |
default String |
getColumnFormat()
The format of the timestamp column.
|
default String |
getColumnName()
The name of the timestamp column.
|
@Stability(value=Stable) @Nullable default String getColumnFormat()
@Stability(value=Stable) @Nullable default String getColumnName()
@Stability(value=Stable) static CfnAnomalyDetector.TimestampColumnProperty.Builder builder()
Copyright © 2022. All rights reserved.