Class FunnelChartConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.FunnelChartConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FunnelChartConfiguration.Builder,FunnelChartConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class FunnelChartConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FunnelChartConfiguration.Builder,FunnelChartConfiguration>
The configuration of a
FunnelChartVisual.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFunnelChartConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FunnelChartConfiguration.Builderbuilder()ChartAxisLabelOptionscategoryLabelOptions()The label options of the categories that are displayed in aFunnelChartVisual.FunnelChartDataLabelOptionsdataLabelOptions()The options that determine the presentation of the data labels.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FunnelChartFieldWellsfieldWells()The field well configuration of aFunnelChartVisual.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FunnelChartConfiguration.Builder>serializableBuilderClass()FunnelChartSortConfigurationsortConfiguration()The sort configuration of aFunnelChartVisual.FunnelChartConfiguration.BuildertoBuilder()TooltipOptionstooltip()The tooltip configuration of aFunnelChartVisual.StringtoString()Returns a string representation of this object.ChartAxisLabelOptionsvalueLabelOptions()The label options for the values that are displayed in aFunnelChartVisual.VisualPalettevisualPalette()The visual palette configuration of aFunnelChartVisual.-
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
-
fieldWells
public final FunnelChartFieldWells fieldWells()
The field well configuration of a
FunnelChartVisual.- Returns:
- The field well configuration of a
FunnelChartVisual.
-
sortConfiguration
public final FunnelChartSortConfiguration sortConfiguration()
The sort configuration of a
FunnelChartVisual.- Returns:
- The sort configuration of a
FunnelChartVisual.
-
categoryLabelOptions
public final ChartAxisLabelOptions categoryLabelOptions()
The label options of the categories that are displayed in a
FunnelChartVisual.- Returns:
- The label options of the categories that are displayed in a
FunnelChartVisual.
-
valueLabelOptions
public final ChartAxisLabelOptions valueLabelOptions()
The label options for the values that are displayed in a
FunnelChartVisual.- Returns:
- The label options for the values that are displayed in a
FunnelChartVisual.
-
tooltip
public final TooltipOptions tooltip()
The tooltip configuration of a
FunnelChartVisual.- Returns:
- The tooltip configuration of a
FunnelChartVisual.
-
dataLabelOptions
public final FunnelChartDataLabelOptions dataLabelOptions()
The options that determine the presentation of the data labels.
- Returns:
- The options that determine the presentation of the data labels.
-
visualPalette
public final VisualPalette visualPalette()
The visual palette configuration of a
FunnelChartVisual.- Returns:
- The visual palette configuration of a
FunnelChartVisual.
-
toBuilder
public FunnelChartConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FunnelChartConfiguration.Builder,FunnelChartConfiguration>
-
builder
public static FunnelChartConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends FunnelChartConfiguration.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.
-
-