public static interface CfnAnomalyDetector.JsonFormatDescriptorProperty
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.*; JsonFormatDescriptorProperty jsonFormatDescriptorProperty = JsonFormatDescriptorProperty.builder() .charset("charset") .fileCompression("fileCompression") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAnomalyDetector.JsonFormatDescriptorProperty.Builder
A builder for
CfnAnomalyDetector.JsonFormatDescriptorProperty |
static class |
CfnAnomalyDetector.JsonFormatDescriptorProperty.Jsii$Proxy
An implementation for
CfnAnomalyDetector.JsonFormatDescriptorProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAnomalyDetector.JsonFormatDescriptorProperty.Builder |
builder() |
default java.lang.String |
getCharset()
The character set in which the source JSON file is written.
|
default java.lang.String |
getFileCompression()
The level of compression of the source CSV file.
|
default java.lang.String getCharset()
default java.lang.String getFileCompression()
static CfnAnomalyDetector.JsonFormatDescriptorProperty.Builder builder()