Class CfnAnalysis.MissingDataConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.MissingDataConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.MissingDataConfigurationProperty>
- Enclosing interface:
CfnAnalysis.MissingDataConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.MissingDataConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.MissingDataConfigurationProperty>
A builder for
CfnAnalysis.MissingDataConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.treatmentOption(String treatmentOption) Sets the value ofCfnAnalysis.MissingDataConfigurationProperty.getTreatmentOption()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
treatmentOption
@Stability(Stable) public CfnAnalysis.MissingDataConfigurationProperty.Builder treatmentOption(String treatmentOption) Sets the value ofCfnAnalysis.MissingDataConfigurationProperty.getTreatmentOption()- Parameters:
treatmentOption- The treatment option that determines how missing data should be rendered. Choose from the following options:.INTERPOLATE: Interpolate missing values between the prior and the next known value.SHOW_AS_ZERO: Show missing values as the value0.SHOW_AS_BLANK: Display a blank space when rendering missing data.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.MissingDataConfigurationProperty>- Returns:
- a new instance of
CfnAnalysis.MissingDataConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-