Class RadarChartConfiguration
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<RadarChartConfiguration.Builder,RadarChartConfiguration> 
 The configuration of a RadarChartVisual.
 
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionfinal VisibilityDetermines the visibility of the colors of alternatign bands in a radar chart.final StringDetermines the visibility of the colors of alternatign bands in a radar chart.final StringThe color of the even-numbered alternate bands of a radar chart.final StringThe color of the odd-numbered alternate bands of a radar chart.final RadarChartAxesRangeScaleThe axis behavior options of a radar chart.final StringThe axis behavior options of a radar chart.final RadarChartSeriesSettingsThe base sreies settings of a radar chart.builder()final AxisDisplayOptionsThe category axis of a radar chart.final ChartAxisLabelOptionsThe category label options of a radar chart.final AxisDisplayOptionsThe color axis of a radar chart.final ChartAxisLabelOptionsThe color label options of a radar chart.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final RadarChartFieldWellsThe field well configuration of aRadarChartVisual.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LegendOptionslegend()The legend display setup of the visual.static Class<? extends RadarChartConfiguration.Builder> final RadarChartShapeshape()The shape of the radar chart.final StringThe shape of the radar chart.The sort configuration of aRadarChartVisual.final DoubleThe start angle of a radar chart's axis.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final VisualPaletteThe palette (chart color) display setup of the visual.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
fieldWells
The field well configuration of a
RadarChartVisual.- Returns:
 - The field well configuration of a 
RadarChartVisual. 
 - 
sortConfiguration
The sort configuration of a
RadarChartVisual.- Returns:
 - The sort configuration of a 
RadarChartVisual. 
 - 
shape
The shape of the radar chart.
If the service returns an enum value that is not available in the current SDK version,
shapewill returnRadarChartShape.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshapeAsString().- Returns:
 - The shape of the radar chart.
 - See Also:
 
 - 
shapeAsString
The shape of the radar chart.
If the service returns an enum value that is not available in the current SDK version,
shapewill returnRadarChartShape.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromshapeAsString().- Returns:
 - The shape of the radar chart.
 - See Also:
 
 - 
baseSeriesSettings
The base sreies settings of a radar chart.
- Returns:
 - The base sreies settings of a radar chart.
 
 - 
startAngle
The start angle of a radar chart's axis.
- Returns:
 - The start angle of a radar chart's axis.
 
 - 
visualPalette
The palette (chart color) display setup of the visual.
- Returns:
 - The palette (chart color) display setup of the visual.
 
 - 
alternateBandColorsVisibility
Determines the visibility of the colors of alternatign bands in a radar chart.
If the service returns an enum value that is not available in the current SDK version,
alternateBandColorsVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromalternateBandColorsVisibilityAsString().- Returns:
 - Determines the visibility of the colors of alternatign bands in a radar chart.
 - See Also:
 
 - 
alternateBandColorsVisibilityAsString
Determines the visibility of the colors of alternatign bands in a radar chart.
If the service returns an enum value that is not available in the current SDK version,
alternateBandColorsVisibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromalternateBandColorsVisibilityAsString().- Returns:
 - Determines the visibility of the colors of alternatign bands in a radar chart.
 - See Also:
 
 - 
alternateBandEvenColor
The color of the even-numbered alternate bands of a radar chart.
- Returns:
 - The color of the even-numbered alternate bands of a radar chart.
 
 - 
alternateBandOddColor
The color of the odd-numbered alternate bands of a radar chart.
- Returns:
 - The color of the odd-numbered alternate bands of a radar chart.
 
 - 
categoryAxis
The category axis of a radar chart.
- Returns:
 - The category axis of a radar chart.
 
 - 
categoryLabelOptions
The category label options of a radar chart.
- Returns:
 - The category label options of a radar chart.
 
 - 
colorAxis
The color axis of a radar chart.
- Returns:
 - The color axis of a radar chart.
 
 - 
colorLabelOptions
The color label options of a radar chart.
- Returns:
 - The color label options of a radar chart.
 
 - 
legend
The legend display setup of the visual.
- Returns:
 - The legend display setup of the visual.
 
 - 
axesRangeScale
The axis behavior options of a radar chart.
If the service returns an enum value that is not available in the current SDK version,
axesRangeScalewill returnRadarChartAxesRangeScale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaxesRangeScaleAsString().- Returns:
 - The axis behavior options of a radar chart.
 - See Also:
 
 - 
axesRangeScaleAsString
The axis behavior options of a radar chart.
If the service returns an enum value that is not available in the current SDK version,
axesRangeScalewill returnRadarChartAxesRangeScale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaxesRangeScaleAsString().- Returns:
 - The axis behavior options of a radar chart.
 - See Also:
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<RadarChartConfiguration.Builder,RadarChartConfiguration> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
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. - 
getValueForField
 - 
sdkFields
 
 -