@Generated(value="software.amazon.awssdk:codegen") public final class BoxPlotOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BoxPlotOptions.Builder,BoxPlotOptions>
The options of a box plot visual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BoxPlotOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
Visibility |
allDataPointsVisibility()
Determines the visibility of all data points of the box plot.
|
String |
allDataPointsVisibilityAsString()
Determines the visibility of all data points of the box plot.
|
static BoxPlotOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Visibility |
outlierVisibility()
Determines the visibility of the outlier in a box plot.
|
String |
outlierVisibilityAsString()
Determines the visibility of the outlier in a box plot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BoxPlotOptions.Builder> |
serializableBuilderClass() |
BoxPlotStyleOptions |
styleOptions()
The style options of the box plot.
|
BoxPlotOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BoxPlotStyleOptions styleOptions()
The style options of the box plot.
public final Visibility outlierVisibility()
Determines the visibility of the outlier in a box plot.
If the service returns an enum value that is not available in the current SDK version, outlierVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
outlierVisibilityAsString().
Visibilitypublic final String outlierVisibilityAsString()
Determines the visibility of the outlier in a box plot.
If the service returns an enum value that is not available in the current SDK version, outlierVisibility
will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
outlierVisibilityAsString().
Visibilitypublic final Visibility allDataPointsVisibility()
Determines the visibility of all data points of the box plot.
If the service returns an enum value that is not available in the current SDK version,
allDataPointsVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from allDataPointsVisibilityAsString().
Visibilitypublic final String allDataPointsVisibilityAsString()
Determines the visibility of all data points of the box plot.
If the service returns an enum value that is not available in the current SDK version,
allDataPointsVisibility will return Visibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by
the service is available from allDataPointsVisibilityAsString().
Visibilitypublic BoxPlotOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BoxPlotOptions.Builder,BoxPlotOptions>public static BoxPlotOptions.Builder builder()
public static Class<? extends BoxPlotOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.