@Stability(value=Stable) public static final class CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAnomalyDetector.CsvFormatDescriptorProperty>
CfnAnomalyDetector.CsvFormatDescriptorProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder charset(String charset)
CfnAnomalyDetector.CsvFormatDescriptorProperty.getCharset()charset - The character set in which the source CSV file is written.this@Stability(value=Stable) public CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder containsHeader(Boolean containsHeader)
CfnAnomalyDetector.CsvFormatDescriptorProperty.getContainsHeader()containsHeader - Whether or not the source CSV file contains a header.this@Stability(value=Stable) public CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder containsHeader(IResolvable containsHeader)
CfnAnomalyDetector.CsvFormatDescriptorProperty.getContainsHeader()containsHeader - Whether or not the source CSV file contains a header.this@Stability(value=Stable) public CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder delimiter(String delimiter)
CfnAnomalyDetector.CsvFormatDescriptorProperty.getDelimiter()delimiter - The character used to delimit the source CSV file.this@Stability(value=Stable) public CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder fileCompression(String fileCompression)
CfnAnomalyDetector.CsvFormatDescriptorProperty.getFileCompression()fileCompression - The level of compression of the source CSV file.this@Stability(value=Stable) public CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder headerList(List<String> headerList)
CfnAnomalyDetector.CsvFormatDescriptorProperty.getHeaderList()headerList - A list of the source CSV file's headers, if any.this@Stability(value=Stable) public CfnAnomalyDetector.CsvFormatDescriptorProperty.Builder quoteSymbol(String quoteSymbol)
CfnAnomalyDetector.CsvFormatDescriptorProperty.getQuoteSymbol()quoteSymbol - The character used as a quote character.this@Stability(value=Stable) public CfnAnomalyDetector.CsvFormatDescriptorProperty build()
build in interface software.amazon.jsii.Builder<CfnAnomalyDetector.CsvFormatDescriptorProperty>CfnAnomalyDetector.CsvFormatDescriptorPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.