@Generated(value="software.amazon.awssdk:codegen") public final class PieChartConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PieChartConfiguration.Builder,PieChartConfiguration>
The configuration of a pie chart.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PieChartConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PieChartConfiguration.Builder |
builder() |
ChartAxisLabelOptions |
categoryLabelOptions()
The label options of the group/color that is displayed in a pie chart.
|
List<ContributionAnalysisDefault> |
contributionAnalysisDefaults()
The contribution analysis (anomaly configuration) setup of the visual.
|
DataLabelOptions |
dataLabels()
The options that determine if visual data labels are displayed.
|
DonutOptions |
donutOptions()
The options that determine the shape of the chart.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
PieChartFieldWells |
fieldWells()
The field wells of the visual.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasContributionAnalysisDefaults()
For responses, this returns true if the service returned a value for the ContributionAnalysisDefaults property.
|
int |
hashCode() |
LegendOptions |
legend()
The legend display setup of the visual.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PieChartConfiguration.Builder> |
serializableBuilderClass() |
SmallMultiplesOptions |
smallMultiplesOptions()
The small multiples setup for the visual.
|
PieChartSortConfiguration |
sortConfiguration()
The sort configuration of a pie chart.
|
PieChartConfiguration.Builder |
toBuilder() |
TooltipOptions |
tooltip()
The tooltip display setup of the visual.
|
String |
toString()
Returns a string representation of this object.
|
ChartAxisLabelOptions |
valueLabelOptions()
The label options for the value that is displayed in a pie chart.
|
VisualPalette |
visualPalette()
The palette (chart color) display setup of the visual.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PieChartFieldWells fieldWells()
The field wells of the visual.
public final PieChartSortConfiguration sortConfiguration()
The sort configuration of a pie chart.
public final DonutOptions donutOptions()
The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.
public final SmallMultiplesOptions smallMultiplesOptions()
The small multiples setup for the visual.
public final ChartAxisLabelOptions categoryLabelOptions()
The label options of the group/color that is displayed in a pie chart.
public final ChartAxisLabelOptions valueLabelOptions()
The label options for the value that is displayed in a pie chart.
public final LegendOptions legend()
The legend display setup of the visual.
public final DataLabelOptions dataLabels()
The options that determine if visual data labels are displayed.
public final TooltipOptions tooltip()
The tooltip display setup of the visual.
public final VisualPalette visualPalette()
The palette (chart color) display setup of the visual.
public final boolean hasContributionAnalysisDefaults()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<ContributionAnalysisDefault> contributionAnalysisDefaults()
The contribution analysis (anomaly configuration) setup of the visual.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasContributionAnalysisDefaults() method.
public PieChartConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PieChartConfiguration.Builder,PieChartConfiguration>public static PieChartConfiguration.Builder builder()
public static Class<? extends PieChartConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.