Class ScatterPlotConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScatterPlotConfiguration.Builder,ScatterPlotConfiguration>
The configuration of a scatter plot.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final DataLabelOptionsThe options that determine if visual data labels are displayed.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final ScatterPlotFieldWellsThe field wells of the visual.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final LegendOptionslegend()The legend display setup of the visual.static Class<? extends ScatterPlotConfiguration.Builder> Take this object and create a builder that contains all of the current property values of this object.final TooltipOptionstooltip()The legend display setup of the visual.final StringtoString()Returns a string representation of this object.final VisualPaletteThe palette (chart color) display setup of the visual.final AxisDisplayOptionsThe label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.final ChartAxisLabelOptionsThe label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.final AxisDisplayOptionsThe label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.final ChartAxisLabelOptionsThe label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
fieldWells
The field wells of the visual.
- Returns:
- The field wells of the visual.
-
xAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
- Returns:
- The label options (label text, label visibility, and sort icon visibility) of the scatter plot's x-axis.
-
xAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
- Returns:
- The label display options (grid line, range, scale, and axis step) of the scatter plot's x-axis.
-
yAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
- Returns:
- The label options (label text, label visibility, and sort icon visibility) of the scatter plot's y-axis.
-
yAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
- Returns:
- The label display options (grid line, range, scale, and axis step) of the scatter plot's y-axis.
-
legend
The legend display setup of the visual.
- Returns:
- The legend display setup of the visual.
-
dataLabels
The options that determine if visual data labels are displayed.
- Returns:
- The options that determine if visual data labels are displayed.
-
tooltip
The legend display setup of the visual.
- Returns:
- The legend display setup of the visual.
-
visualPalette
The palette (chart color) display setup of the visual.
- Returns:
- The palette (chart color) display setup of the visual.
-
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<ScatterPlotConfiguration.Builder,ScatterPlotConfiguration> - 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
-