Interface SmallMultiplesAxisProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SmallMultiplesAxisProperties.Builder,SmallMultiplesAxisProperties>,SdkBuilder<SmallMultiplesAxisProperties.Builder,SmallMultiplesAxisProperties>,SdkPojo
- Enclosing class:
- SmallMultiplesAxisProperties
@Mutable @NotThreadSafe 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.Builderplacement(String placement)Defines the placement of the axis.SmallMultiplesAxisProperties.Builderplacement(SmallMultiplesAxisPlacement placement)Defines the placement of the axis.SmallMultiplesAxisProperties.Builderscale(String scale)Determines whether scale of the axes are shared or independent.SmallMultiplesAxisProperties.Builderscale(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, sdkFieldNameToField, 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
OUTSIDEof the panels. Axes withINDEPENDENTscale are renderedINSIDEthe panels.- Parameters:
placement- Defines the placement of the axis. By default, axes are renderedOUTSIDEof the panels. Axes withINDEPENDENTscale are renderedINSIDEthe 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
OUTSIDEof the panels. Axes withINDEPENDENTscale are renderedINSIDEthe panels.- Parameters:
placement- Defines the placement of the axis. By default, axes are renderedOUTSIDEof the panels. Axes withINDEPENDENTscale are renderedINSIDEthe panels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SmallMultiplesAxisPlacement,SmallMultiplesAxisPlacement
-
-