Interface FontSize.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FontSize.Builder,
,FontSize> SdkBuilder<FontSize.Builder,
,FontSize> SdkPojo
- Enclosing class:
FontSize
@Mutable
@NotThreadSafe
public static interface FontSize.Builder
extends SdkPojo, CopyableBuilder<FontSize.Builder,FontSize>
-
Method Summary
Modifier and TypeMethodDescriptionThe font size that you want to use in px.The lexical name for the text size, proportional to its surrounding context.relative
(RelativeFontSize relative) The lexical name for the text size, proportional to its surrounding context.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 Details
-
relative
The lexical name for the text size, proportional to its surrounding context.
- Parameters:
relative
- The lexical name for the text size, proportional to its surrounding context.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
relative
The lexical name for the text size, proportional to its surrounding context.
- Parameters:
relative
- The lexical name for the text size, proportional to its surrounding context.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
absolute
The font size that you want to use in px.
- Parameters:
absolute
- The font size that you want to use in px.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-