Class CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lookoutmetrics.CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty>
- Enclosing interface:
CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty
@Stability(Stable)
public static final class CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty.getCharset()fileCompression(String fileCompression)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
charset
@Stability(Stable) public CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty.Builder charset(String charset) Sets the value ofCfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty.getCharset()- Parameters:
charset- The character set in which the source JSON file is written.- Returns:
this
-
fileCompression
@Stability(Stable) public CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty.Builder fileCompression(String fileCompression) - Parameters:
fileCompression- The level of compression of the source CSV file.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty>- Returns:
- a new instance of
CfnAnomalyDetectorPropsMixin.JsonFormatDescriptorProperty - Throws:
NullPointerException- if any required attribute was not provided
-