@Generated(value="software.amazon.awssdk:codegen") public final class SmallMultiplesOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SmallMultiplesOptions.Builder,SmallMultiplesOptions>
Options that determine the layout and display options of a chart's small multiples.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SmallMultiplesOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SmallMultiplesOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
maxVisibleColumns()
Sets the maximum number of visible columns to display in the grid of small multiples panels.
|
Long |
maxVisibleRows()
Sets the maximum number of visible rows to display in the grid of small multiples panels.
|
PanelConfiguration |
panelConfiguration()
Configures the display options for each small multiples panel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SmallMultiplesOptions.Builder> |
serializableBuilderClass() |
SmallMultiplesOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SmallMultiplesAxisProperties |
xAxis()
The properties of a small multiples X axis.
|
SmallMultiplesAxisProperties |
yAxis()
The properties of a small multiples Y axis.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long maxVisibleRows()
Sets the maximum number of visible rows to display in the grid of small multiples panels.
The default value is Auto, which automatically adjusts the rows in the grid to fit the overall
layout and size of the given chart.
The default value is Auto, which automatically adjusts the rows in the grid to fit the
overall layout and size of the given chart.
public final Long maxVisibleColumns()
Sets the maximum number of visible columns to display in the grid of small multiples panels.
The default is Auto, which automatically adjusts the columns in the grid to fit the overall layout
and size of the given chart.
The default is Auto, which automatically adjusts the columns in the grid to fit the overall
layout and size of the given chart.
public final PanelConfiguration panelConfiguration()
Configures the display options for each small multiples panel.
public final SmallMultiplesAxisProperties xAxis()
The properties of a small multiples X axis.
public final SmallMultiplesAxisProperties yAxis()
The properties of a small multiples Y axis.
public SmallMultiplesOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SmallMultiplesOptions.Builder,SmallMultiplesOptions>public static SmallMultiplesOptions.Builder builder()
public static Class<? extends SmallMultiplesOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.