public static final class CfnAnomalyDetector.FileFormatDescriptorProperty.Builder
extends java.lang.Object
CfnAnomalyDetector.FileFormatDescriptorProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnAnomalyDetector.FileFormatDescriptorProperty |
build()
Builds the configured instance.
|
CfnAnomalyDetector.FileFormatDescriptorProperty.Builder |
csvFormatDescriptor(CfnAnomalyDetector.CsvFormatDescriptorProperty csvFormatDescriptor)
Sets the value of
CfnAnomalyDetector.FileFormatDescriptorProperty.getCsvFormatDescriptor() |
CfnAnomalyDetector.FileFormatDescriptorProperty.Builder |
csvFormatDescriptor(IResolvable csvFormatDescriptor)
Sets the value of
CfnAnomalyDetector.FileFormatDescriptorProperty.getCsvFormatDescriptor() |
CfnAnomalyDetector.FileFormatDescriptorProperty.Builder |
jsonFormatDescriptor(CfnAnomalyDetector.JsonFormatDescriptorProperty jsonFormatDescriptor)
|
CfnAnomalyDetector.FileFormatDescriptorProperty.Builder |
jsonFormatDescriptor(IResolvable jsonFormatDescriptor)
|
public CfnAnomalyDetector.FileFormatDescriptorProperty.Builder csvFormatDescriptor(IResolvable csvFormatDescriptor)
CfnAnomalyDetector.FileFormatDescriptorProperty.getCsvFormatDescriptor()
csvFormatDescriptor
- Contains information about how a source CSV data file should be analyzed.this
public CfnAnomalyDetector.FileFormatDescriptorProperty.Builder csvFormatDescriptor(CfnAnomalyDetector.CsvFormatDescriptorProperty csvFormatDescriptor)
CfnAnomalyDetector.FileFormatDescriptorProperty.getCsvFormatDescriptor()
csvFormatDescriptor
- Contains information about how a source CSV data file should be analyzed.this
public CfnAnomalyDetector.FileFormatDescriptorProperty.Builder jsonFormatDescriptor(IResolvable jsonFormatDescriptor)
jsonFormatDescriptor
- Contains information about how a source JSON data file should be analyzed.this
public CfnAnomalyDetector.FileFormatDescriptorProperty.Builder jsonFormatDescriptor(CfnAnomalyDetector.JsonFormatDescriptorProperty jsonFormatDescriptor)
jsonFormatDescriptor
- Contains information about how a source JSON data file should be analyzed.this
public CfnAnomalyDetector.FileFormatDescriptorProperty build()
CfnAnomalyDetector.FileFormatDescriptorProperty
java.lang.NullPointerException
- if any required attribute was not provided