Class BoxPlotOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.BoxPlotOptions
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<BoxPlotOptions.Builder,BoxPlotOptions>
@Generated("software.amazon.awssdk:codegen") public final class BoxPlotOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BoxPlotOptions.Builder,BoxPlotOptions>
The options of a box plot visual.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BoxPlotOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
styleOptions
public final BoxPlotStyleOptions styleOptions()
The style options of the box plot.
- Returns:
- The style options of the box plot.
-
outlierVisibility
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 returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromoutlierVisibilityAsString()
.- Returns:
- Determines the visibility of the outlier in a box plot.
- See Also:
Visibility
-
outlierVisibilityAsString
public 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 returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromoutlierVisibilityAsString()
.- Returns:
- Determines the visibility of the outlier in a box plot.
- See Also:
Visibility
-
allDataPointsVisibility
public 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 returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromallDataPointsVisibilityAsString()
.- Returns:
- Determines the visibility of all data points of the box plot.
- See Also:
Visibility
-
allDataPointsVisibilityAsString
public 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 returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromallDataPointsVisibilityAsString()
.- Returns:
- Determines the visibility of all data points of the box plot.
- See Also:
Visibility
-
toBuilder
public BoxPlotOptions.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<BoxPlotOptions.Builder,BoxPlotOptions>
-
builder
public static BoxPlotOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends BoxPlotOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-