Interface FontWeight.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FontWeight.Builder,FontWeight>,SdkBuilder<FontWeight.Builder,FontWeight>,SdkPojo
- Enclosing class:
- FontWeight
@Mutable @NotThreadSafe public static interface FontWeight.Builder extends SdkPojo, CopyableBuilder<FontWeight.Builder,FontWeight>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FontWeight.Buildername(String name)The lexical name for the level of boldness of the text display.FontWeight.Buildername(FontWeightName name)The lexical name for the level of boldness of the text display.-
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
-
name
FontWeight.Builder name(String name)
The lexical name for the level of boldness of the text display.
- Parameters:
name- The lexical name for the level of boldness of the text display.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FontWeightName,FontWeightName
-
name
FontWeight.Builder name(FontWeightName name)
The lexical name for the level of boldness of the text display.
- Parameters:
name- The lexical name for the level of boldness of the text display.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FontWeightName,FontWeightName
-
-