Interface Typography.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Typography.Builder,,Typography> SdkBuilder<Typography.Builder,,Typography> SdkPojo
- Enclosing class:
Typography
-
Method Summary
Modifier and TypeMethodDescriptiondefault Typography.BuilderaxisLabelFontConfiguration(Consumer<FontConfiguration.Builder> axisLabelFontConfiguration) Sets the value of the AxisLabelFontConfiguration property for this object.axisLabelFontConfiguration(FontConfiguration axisLabelFontConfiguration) Sets the value of the AxisLabelFontConfiguration property for this object.default Typography.BuilderaxisTitleFontConfiguration(Consumer<FontConfiguration.Builder> axisTitleFontConfiguration) Sets the value of the AxisTitleFontConfiguration property for this object.axisTitleFontConfiguration(FontConfiguration axisTitleFontConfiguration) Sets the value of the AxisTitleFontConfiguration property for this object.default Typography.BuilderdataLabelFontConfiguration(Consumer<FontConfiguration.Builder> dataLabelFontConfiguration) Sets the value of the DataLabelFontConfiguration property for this object.dataLabelFontConfiguration(FontConfiguration dataLabelFontConfiguration) Sets the value of the DataLabelFontConfiguration property for this object.fontFamilies(Collection<Font> fontFamilies) Determines the list of font families.fontFamilies(Consumer<Font.Builder>... fontFamilies) Determines the list of font families.fontFamilies(Font... fontFamilies) Determines the list of font families.default Typography.BuilderlegendTitleFontConfiguration(Consumer<FontConfiguration.Builder> legendTitleFontConfiguration) Sets the value of the LegendTitleFontConfiguration property for this object.legendTitleFontConfiguration(FontConfiguration legendTitleFontConfiguration) Sets the value of the LegendTitleFontConfiguration property for this object.default Typography.BuilderlegendValueFontConfiguration(Consumer<FontConfiguration.Builder> legendValueFontConfiguration) Sets the value of the LegendValueFontConfiguration property for this object.legendValueFontConfiguration(FontConfiguration legendValueFontConfiguration) Sets the value of the LegendValueFontConfiguration property for this object.default Typography.BuildervisualSubtitleFontConfiguration(Consumer<VisualSubtitleFontConfiguration.Builder> visualSubtitleFontConfiguration) Configures the display properties of the visual sub-title.visualSubtitleFontConfiguration(VisualSubtitleFontConfiguration visualSubtitleFontConfiguration) Configures the display properties of the visual sub-title.default Typography.BuildervisualTitleFontConfiguration(Consumer<VisualTitleFontConfiguration.Builder> visualTitleFontConfiguration) Configures the display properties of the visual title.visualTitleFontConfiguration(VisualTitleFontConfiguration visualTitleFontConfiguration) Configures the display properties of the visual title.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fontFamilies
Determines the list of font families.
- Parameters:
fontFamilies- Determines the list of font families.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fontFamilies
Determines the list of font families.
- Parameters:
fontFamilies- Determines the list of font families.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fontFamilies
Determines the list of font families.
This is a convenience method that creates an instance of theFont.Builderavoiding the need to create one manually viaFont.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofontFamilies(List<Font>).- Parameters:
fontFamilies- a consumer that will call methods onFont.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
axisTitleFontConfiguration
Sets the value of the AxisTitleFontConfiguration property for this object.- Parameters:
axisTitleFontConfiguration- The new value for the AxisTitleFontConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
axisTitleFontConfiguration
default Typography.Builder axisTitleFontConfiguration(Consumer<FontConfiguration.Builder> axisTitleFontConfiguration) Sets the value of the AxisTitleFontConfiguration property for this object. This is a convenience method that creates an instance of theFontConfiguration.Builderavoiding the need to create one manually viaFontConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaxisTitleFontConfiguration(FontConfiguration).- Parameters:
axisTitleFontConfiguration- a consumer that will call methods onFontConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
axisLabelFontConfiguration
Sets the value of the AxisLabelFontConfiguration property for this object.- Parameters:
axisLabelFontConfiguration- The new value for the AxisLabelFontConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
axisLabelFontConfiguration
default Typography.Builder axisLabelFontConfiguration(Consumer<FontConfiguration.Builder> axisLabelFontConfiguration) Sets the value of the AxisLabelFontConfiguration property for this object. This is a convenience method that creates an instance of theFontConfiguration.Builderavoiding the need to create one manually viaFontConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaxisLabelFontConfiguration(FontConfiguration).- Parameters:
axisLabelFontConfiguration- a consumer that will call methods onFontConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
legendTitleFontConfiguration
Sets the value of the LegendTitleFontConfiguration property for this object.- Parameters:
legendTitleFontConfiguration- The new value for the LegendTitleFontConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
legendTitleFontConfiguration
default Typography.Builder legendTitleFontConfiguration(Consumer<FontConfiguration.Builder> legendTitleFontConfiguration) Sets the value of the LegendTitleFontConfiguration property for this object. This is a convenience method that creates an instance of theFontConfiguration.Builderavoiding the need to create one manually viaFontConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolegendTitleFontConfiguration(FontConfiguration).- Parameters:
legendTitleFontConfiguration- a consumer that will call methods onFontConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
legendValueFontConfiguration
Sets the value of the LegendValueFontConfiguration property for this object.- Parameters:
legendValueFontConfiguration- The new value for the LegendValueFontConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
legendValueFontConfiguration
default Typography.Builder legendValueFontConfiguration(Consumer<FontConfiguration.Builder> legendValueFontConfiguration) Sets the value of the LegendValueFontConfiguration property for this object. This is a convenience method that creates an instance of theFontConfiguration.Builderavoiding the need to create one manually viaFontConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolegendValueFontConfiguration(FontConfiguration).- Parameters:
legendValueFontConfiguration- a consumer that will call methods onFontConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataLabelFontConfiguration
Sets the value of the DataLabelFontConfiguration property for this object.- Parameters:
dataLabelFontConfiguration- The new value for the DataLabelFontConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataLabelFontConfiguration
default Typography.Builder dataLabelFontConfiguration(Consumer<FontConfiguration.Builder> dataLabelFontConfiguration) Sets the value of the DataLabelFontConfiguration property for this object. This is a convenience method that creates an instance of theFontConfiguration.Builderavoiding the need to create one manually viaFontConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataLabelFontConfiguration(FontConfiguration).- Parameters:
dataLabelFontConfiguration- a consumer that will call methods onFontConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visualTitleFontConfiguration
Typography.Builder visualTitleFontConfiguration(VisualTitleFontConfiguration visualTitleFontConfiguration) Configures the display properties of the visual title.
- Parameters:
visualTitleFontConfiguration- Configures the display properties of the visual title.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualTitleFontConfiguration
default Typography.Builder visualTitleFontConfiguration(Consumer<VisualTitleFontConfiguration.Builder> visualTitleFontConfiguration) Configures the display properties of the visual title.
This is a convenience method that creates an instance of theVisualTitleFontConfiguration.Builderavoiding the need to create one manually viaVisualTitleFontConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovisualTitleFontConfiguration(VisualTitleFontConfiguration).- Parameters:
visualTitleFontConfiguration- a consumer that will call methods onVisualTitleFontConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visualSubtitleFontConfiguration
Typography.Builder visualSubtitleFontConfiguration(VisualSubtitleFontConfiguration visualSubtitleFontConfiguration) Configures the display properties of the visual sub-title.
- Parameters:
visualSubtitleFontConfiguration- Configures the display properties of the visual sub-title.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualSubtitleFontConfiguration
default Typography.Builder visualSubtitleFontConfiguration(Consumer<VisualSubtitleFontConfiguration.Builder> visualSubtitleFontConfiguration) Configures the display properties of the visual sub-title.
This is a convenience method that creates an instance of theVisualSubtitleFontConfiguration.Builderavoiding the need to create one manually viaVisualSubtitleFontConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovisualSubtitleFontConfiguration(VisualSubtitleFontConfiguration).- Parameters:
visualSubtitleFontConfiguration- a consumer that will call methods onVisualSubtitleFontConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-