@Generated(value="software.amazon.awssdk:codegen") public final class WaterfallChartConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WaterfallChartConfiguration.Builder,WaterfallChartConfiguration>
The configuration for a waterfall visual.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WaterfallChartConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WaterfallChartConfiguration.Builder |
builder() |
AxisDisplayOptions |
categoryAxisDisplayOptions()
The options that determine the presentation of the category axis.
|
ChartAxisLabelOptions |
categoryAxisLabelOptions()
The options that determine the presentation of the category axis label.
|
DataLabelOptions |
dataLabels()
The data label configuration of a waterfall visual.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
WaterfallChartFieldWells |
fieldWells()
The field well configuration of a waterfall visual.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LegendOptions |
legend()
The legend configuration of a waterfall visual.
|
AxisDisplayOptions |
primaryYAxisDisplayOptions()
The options that determine the presentation of the y-axis.
|
ChartAxisLabelOptions |
primaryYAxisLabelOptions()
The options that determine the presentation of the y-axis label.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WaterfallChartConfiguration.Builder> |
serializableBuilderClass() |
WaterfallChartSortConfiguration |
sortConfiguration()
The sort configuration of a waterfall visual.
|
WaterfallChartConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VisualPalette |
visualPalette()
The visual palette configuration of a waterfall visual.
|
WaterfallChartOptions |
waterfallChartOptions()
The options that determine the presentation of a waterfall visual.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WaterfallChartFieldWells fieldWells()
The field well configuration of a waterfall visual.
public final WaterfallChartSortConfiguration sortConfiguration()
The sort configuration of a waterfall visual.
public final WaterfallChartOptions waterfallChartOptions()
The options that determine the presentation of a waterfall visual.
public final ChartAxisLabelOptions categoryAxisLabelOptions()
The options that determine the presentation of the category axis label.
public final AxisDisplayOptions categoryAxisDisplayOptions()
The options that determine the presentation of the category axis.
public final ChartAxisLabelOptions primaryYAxisLabelOptions()
The options that determine the presentation of the y-axis label.
public final AxisDisplayOptions primaryYAxisDisplayOptions()
The options that determine the presentation of the y-axis.
public final LegendOptions legend()
The legend configuration of a waterfall visual.
public final DataLabelOptions dataLabels()
The data label configuration of a waterfall visual.
public final VisualPalette visualPalette()
The visual palette configuration of a waterfall visual.
public WaterfallChartConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WaterfallChartConfiguration.Builder,WaterfallChartConfiguration>public static WaterfallChartConfiguration.Builder builder()
public static Class<? extends WaterfallChartConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.