@Stability(value=Stable)
public static interface CfnAnomalyDetector.JsonFormatDescriptorProperty
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.*;
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 String |
getCharset()
The character set in which the source JSON file is written.
|
default String |
getFileCompression()
The level of compression of the source CSV file.
|
@Stability(value=Stable) @Nullable default String getCharset()
@Stability(value=Stable) @Nullable default String getFileCompression()
@Stability(value=Stable) static CfnAnomalyDetector.JsonFormatDescriptorProperty.Builder builder()
Copyright © 2022. All rights reserved.