public static interface CfnAnomalyDetector.TimestampColumnProperty
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 java.lang.String |
getColumnFormat()
The format of the timestamp column.
|
default java.lang.String |
getColumnName()
The name of the timestamp column.
|
default java.lang.String getColumnFormat()
default java.lang.String getColumnName()
static CfnAnomalyDetector.TimestampColumnProperty.Builder builder()