Interface SmallMultiplesAxisProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SmallMultiplesAxisProperties.Builder,
,SmallMultiplesAxisProperties> SdkBuilder<SmallMultiplesAxisProperties.Builder,
,SmallMultiplesAxisProperties> SdkPojo
- Enclosing class:
SmallMultiplesAxisProperties
public static interface SmallMultiplesAxisProperties.Builder
extends SdkPojo, CopyableBuilder<SmallMultiplesAxisProperties.Builder,SmallMultiplesAxisProperties>
-
Method Summary
Modifier and TypeMethodDescriptionDefines the placement of the axis.placement
(SmallMultiplesAxisPlacement placement) Defines the placement of the axis.Determines whether scale of the axes are shared or independent.scale
(SmallMultiplesAxisScale scale) Determines whether scale of the axes are shared or independent.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
scale
Determines whether scale of the axes are shared or independent. The default value is
SHARED
.- Parameters:
scale
- Determines whether scale of the axes are shared or independent. The default value isSHARED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scale
Determines whether scale of the axes are shared or independent. The default value is
SHARED
.- Parameters:
scale
- Determines whether scale of the axes are shared or independent. The default value isSHARED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
placement
Defines the placement of the axis. By default, axes are rendered
OUTSIDE
of the panels. Axes withINDEPENDENT
scale are renderedINSIDE
the panels.- Parameters:
placement
- Defines the placement of the axis. By default, axes are renderedOUTSIDE
of the panels. Axes withINDEPENDENT
scale are renderedINSIDE
the panels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
placement
Defines the placement of the axis. By default, axes are rendered
OUTSIDE
of the panels. Axes withINDEPENDENT
scale are renderedINSIDE
the panels.- Parameters:
placement
- Defines the placement of the axis. By default, axes are renderedOUTSIDE
of the panels. Axes withINDEPENDENT
scale are renderedINSIDE
the panels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-