Interface FontFamily.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FontFamily.Builder,,FontFamily> SdkBuilder<FontFamily.Builder,,FontFamily> SdkPojo
- Enclosing class:
FontFamily
@Mutable
@NotThreadSafe
public static interface FontFamily.Builder
extends SdkPojo, CopyableBuilder<FontFamily.Builder,FontFamily>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultValue(String defaultValue) The default font family to use in the workspace theme.defaultValue(WorkspaceFontFamily defaultValue) The default font family to use in the workspace theme.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
-
defaultValue
The default font family to use in the workspace theme.
- Parameters:
defaultValue- The default font family to use in the workspace theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
defaultValue
The default font family to use in the workspace theme.
- Parameters:
defaultValue- The default font family to use in the workspace theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-