Class SmallMultiplesOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.SmallMultiplesOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SmallMultiplesOptions.Builder,SmallMultiplesOptions>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSmallMultiplesOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SmallMultiplesOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongmaxVisibleColumns()Sets the maximum number of visible columns to display in the grid of small multiples panels.LongmaxVisibleRows()Sets the maximum number of visible rows to display in the grid of small multiples panels.PanelConfigurationpanelConfiguration()Configures the display options for each small multiples panel.List<SdkField<?>>sdkFields()static Class<? extends SmallMultiplesOptions.Builder>serializableBuilderClass()SmallMultiplesOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.SmallMultiplesAxisPropertiesxAxis()The properties of a small multiples X axis.SmallMultiplesAxisPropertiesyAxis()The properties of a small multiples Y axis.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maxVisibleRows
public 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.- Returns:
- 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.
-
maxVisibleColumns
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.- Returns:
- 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.
-
panelConfiguration
public final PanelConfiguration panelConfiguration()
Configures the display options for each small multiples panel.
- Returns:
- Configures the display options for each small multiples panel.
-
xAxis
public final SmallMultiplesAxisProperties xAxis()
The properties of a small multiples X axis.
- Returns:
- The properties of a small multiples X axis.
-
yAxis
public final SmallMultiplesAxisProperties yAxis()
The properties of a small multiples Y axis.
- Returns:
- The properties of a small multiples Y axis.
-
toBuilder
public SmallMultiplesOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SmallMultiplesOptions.Builder,SmallMultiplesOptions>
-
builder
public static SmallMultiplesOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends SmallMultiplesOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-