public static final class CfnAnomalyDetector.JsonFormatDescriptorProperty.Builder
extends java.lang.Object
CfnAnomalyDetector.JsonFormatDescriptorProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnAnomalyDetector.JsonFormatDescriptorProperty |
build()
Builds the configured instance.
|
CfnAnomalyDetector.JsonFormatDescriptorProperty.Builder |
charset(java.lang.String charset)
Sets the value of
CfnAnomalyDetector.JsonFormatDescriptorProperty.getCharset() |
CfnAnomalyDetector.JsonFormatDescriptorProperty.Builder |
fileCompression(java.lang.String fileCompression)
Sets the value of
CfnAnomalyDetector.JsonFormatDescriptorProperty.getFileCompression() |
public CfnAnomalyDetector.JsonFormatDescriptorProperty.Builder charset(java.lang.String charset)
CfnAnomalyDetector.JsonFormatDescriptorProperty.getCharset()
charset
- The character set in which the source JSON file is written.this
public CfnAnomalyDetector.JsonFormatDescriptorProperty.Builder fileCompression(java.lang.String fileCompression)
CfnAnomalyDetector.JsonFormatDescriptorProperty.getFileCompression()
fileCompression
- The level of compression of the source CSV file.this
public CfnAnomalyDetector.JsonFormatDescriptorProperty build()
CfnAnomalyDetector.JsonFormatDescriptorProperty
java.lang.NullPointerException
- if any required attribute was not provided