Interface MissingDataConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MissingDataConfiguration.Builder,
,MissingDataConfiguration> SdkBuilder<MissingDataConfiguration.Builder,
,MissingDataConfiguration> SdkPojo
- Enclosing class:
MissingDataConfiguration
-
Method Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
- 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:
-
-
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.
- 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:
-
-