@Stability(value=Stable)
public static interface CfnAnomalyDetector.CsvFormatDescriptorProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder
A builder for
CfnAnomalyDetector.CsvFormatDescriptorProperty |
static class |
CfnAnomalyDetector.CsvFormatDescriptorProperty.Jsii$Proxy
An implementation for
CfnAnomalyDetector.CsvFormatDescriptorProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder |
builder() |
default String |
getCharset()
`CfnAnomalyDetector.CsvFormatDescriptorProperty.Charset`.
|
default Object |
getContainsHeader()
`CfnAnomalyDetector.CsvFormatDescriptorProperty.ContainsHeader`.
|
default String |
getDelimiter()
`CfnAnomalyDetector.CsvFormatDescriptorProperty.Delimiter`.
|
default String |
getFileCompression()
`CfnAnomalyDetector.CsvFormatDescriptorProperty.FileCompression`.
|
default List<String> |
getHeaderList()
`CfnAnomalyDetector.CsvFormatDescriptorProperty.HeaderList`.
|
default String |
getQuoteSymbol()
`CfnAnomalyDetector.CsvFormatDescriptorProperty.QuoteSymbol`.
|
@Stability(value=Stable) @Nullable default String getCharset()
@Stability(value=Stable) @Nullable default Object getContainsHeader()
@Stability(value=Stable) @Nullable default String getDelimiter()
@Stability(value=Stable) @Nullable default String getFileCompression()
@Stability(value=Stable) @Nullable default List<String> getHeaderList()
@Stability(value=Stable) @Nullable default String getQuoteSymbol()
@Stability(value=Stable) static CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder builder()
Copyright © 2021. All rights reserved.