Interface MissingDataConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MissingDataConfiguration.Builder,,- MissingDataConfiguration> - SdkBuilder<MissingDataConfiguration.Builder,,- MissingDataConfiguration> - SdkPojo
- Enclosing class:
- MissingDataConfiguration
- 
Method SummaryModifier and TypeMethodDescriptiontreatmentOption(String treatmentOption) The treatment option that determines how missing data should be rendered.treatmentOption(MissingDataTreatmentOption treatmentOption) The treatment option that determines how missing data should be rendered.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
treatmentOptionThe 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.
 - 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
treatmentOptionThe 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.
 - 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
 
-