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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SmallMultiplesAxisProperties.Builder
placement(String placement)
Defines the placement of the axis.SmallMultiplesAxisProperties.Builder
placement(SmallMultiplesAxisPlacement placement)
Defines the placement of the axis.SmallMultiplesAxisProperties.Builder
scale(String scale)
Determines whether scale of the axes are shared or independent.SmallMultiplesAxisProperties.Builder
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 Detail
-
scale
SmallMultiplesAxisProperties.Builder scale(String 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:
SmallMultiplesAxisScale
,SmallMultiplesAxisScale
-
scale
SmallMultiplesAxisProperties.Builder scale(SmallMultiplesAxisScale 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:
SmallMultiplesAxisScale
,SmallMultiplesAxisScale
-
placement
SmallMultiplesAxisProperties.Builder placement(String 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:
SmallMultiplesAxisPlacement
,SmallMultiplesAxisPlacement
-
placement
SmallMultiplesAxisProperties.Builder placement(SmallMultiplesAxisPlacement 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:
SmallMultiplesAxisPlacement
,SmallMultiplesAxisPlacement
-
-