Interface FontSize.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FontSize.Builder,
,FontSize> SdkBuilder<FontSize.Builder,
,FontSize> SdkPojo
- Enclosing class:
FontSize
public static interface FontSize.Builder
extends SdkPojo, CopyableBuilder<FontSize.Builder,FontSize>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, 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:
-