JavaScript is disabled on your browser.
java.lang.Object
software.amazon.awssdk.services.quicksight.model.WaterfallChartConfiguration
Nested Class Summary
Nested Classes
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
The options that determine the presentation of the category axis.
The options that determine the presentation of the category axis label.
The color configuration of a waterfall visual.
The data label configuration of a waterfall visual.
final boolean
final boolean
Indicates whether some other object is "equal to" this one by SDK fields.
The field well configuration of a waterfall visual.
final int
The general visual interactions setup for a visual.
The legend configuration of a waterfall visual.
The options that determine the presentation of the y-axis.
The options that determine the presentation of the y-axis label.
The sort configuration of a waterfall visual.
Take this object and create a builder that contains all of the current property values of this object.
Returns a string representation of this object.
The visual palette configuration of a waterfall visual.
The options that determine the presentation of a waterfall visual.
Method Details
fieldWells
The field well configuration of a waterfall visual.
Returns:
The field well configuration of a waterfall visual.
sortConfiguration
The sort configuration of a waterfall visual.
Returns:
The sort configuration of a waterfall visual.
waterfallChartOptions
The options that determine the presentation of a waterfall visual.
Returns:
The options that determine the presentation of a waterfall visual.
categoryAxisLabelOptions
The options that determine the presentation of the category axis label.
Returns:
The options that determine the presentation of the category axis label.
categoryAxisDisplayOptions
The options that determine the presentation of the category axis.
Returns:
The options that determine the presentation of the category axis.
primaryYAxisLabelOptions
The options that determine the presentation of the y-axis label.
Returns:
The options that determine the presentation of the y-axis label.
primaryYAxisDisplayOptions
The options that determine the presentation of the y-axis.
Returns:
The options that determine the presentation of the y-axis.
legend
The legend configuration of a waterfall visual.
Returns:
The legend configuration of a waterfall visual.
dataLabels
The data label configuration of a waterfall visual.
Returns:
The data label configuration of a waterfall visual.
visualPalette
The visual palette configuration of a waterfall visual.
Returns:
The visual palette configuration of a waterfall visual.
colorConfiguration
The color configuration of a waterfall visual.
Returns:
The color configuration of a waterfall visual.
interactions
The general visual interactions setup for a visual.
Returns:
The general visual interactions setup for a visual.
hashCode
public final int hashCode ()
Overrides:
hashCode
in class Object
equalsBySdkFields
public final boolean equalsBySdkFields (Object obj)
Description copied from interface: SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields.
An SDK field is a modeled, non-inherited field in an
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
Specified by:
equalsBySdkFields
in interface SdkPojo
Parameters:
obj
- the object to be compared with
Returns:
true if the other object equals to this object by sdk fields, false otherwise.
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.
Overrides:
toString
in class Object
sdkFields
Specified by:
sdkFields
in interface SdkPojo
Returns:
List of SdkField
in this POJO. May be empty list but should never be null.