@Generated(value="software.amazon.awssdk:codegen") public final class MissingDataConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MissingDataConfiguration.Builder,MissingDataConfiguration>
The configuration options that determine how missing data is treated during the rendering of a line chart.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MissingDataConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MissingDataConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MissingDataConfiguration.Builder> |
serializableBuilderClass() |
MissingDataConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
MissingDataTreatmentOption |
treatmentOption()
The treatment option that determines how missing data should be rendered.
|
String |
treatmentOptionAsString()
The treatment option that determines how missing data should be rendered.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final MissingDataTreatmentOption 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 value 0.
SHOW_AS_BLANK: Display a blank space when rendering missing data.
If the service returns an enum value that is not available in the current SDK version, treatmentOption
will return MissingDataTreatmentOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from treatmentOptionAsString().
INTERPOLATE: Interpolate missing values between the prior and the next known value.
SHOW_AS_ZERO: Show missing values as the value 0.
SHOW_AS_BLANK: Display a blank space when rendering missing data.
MissingDataTreatmentOptionpublic final String treatmentOptionAsString()
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 value 0.
SHOW_AS_BLANK: Display a blank space when rendering missing data.
If the service returns an enum value that is not available in the current SDK version, treatmentOption
will return MissingDataTreatmentOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from treatmentOptionAsString().
INTERPOLATE: Interpolate missing values between the prior and the next known value.
SHOW_AS_ZERO: Show missing values as the value 0.
SHOW_AS_BLANK: Display a blank space when rendering missing data.
MissingDataTreatmentOptionpublic MissingDataConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MissingDataConfiguration.Builder,MissingDataConfiguration>public static MissingDataConfiguration.Builder builder()
public static Class<? extends MissingDataConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.