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 interfaceBoxPlotOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VisibilityallDataPointsVisibility()Determines the visibility of all data points of the box plot.StringallDataPointsVisibilityAsString()Determines the visibility of all data points of the box plot.static BoxPlotOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()VisibilityoutlierVisibility()Determines the visibility of the outlier in a box plot.StringoutlierVisibilityAsString()Determines the visibility of the outlier in a box plot.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BoxPlotOptions.Builder>serializableBuilderClass()BoxPlotStyleOptionsstyleOptions()The style options of the box plot.BoxPlotOptions.BuildertoBuilder()StringtoString()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,
outlierVisibilitywill 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,
outlierVisibilitywill 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,
allDataPointsVisibilitywill 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,
allDataPointsVisibilitywill 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:
toBuilderin 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:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-