Class FontConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.FontConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FontConfiguration.Builder,FontConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class FontConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FontConfiguration.Builder,FontConfiguration>
Configures the display properties of the given text.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFontConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FontConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfontColor()Determines the color of the text.FontDecorationfontDecoration()Determines the appearance of decorative lines on the text.StringfontDecorationAsString()Determines the appearance of decorative lines on the text.StringfontFamily()The font family that you want to use.FontSizefontSize()The option that determines the text display size.FontStylefontStyle()Determines the text display face that is inherited by the given font family.StringfontStyleAsString()Determines the text display face that is inherited by the given font family.FontWeightfontWeight()The option that determines the text display weight, or boldness.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FontConfiguration.Builder>serializableBuilderClass()FontConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fontSize
public final FontSize fontSize()
The option that determines the text display size.
- Returns:
- The option that determines the text display size.
-
fontDecoration
public final FontDecoration fontDecoration()
Determines the appearance of decorative lines on the text.
If the service returns an enum value that is not available in the current SDK version,
fontDecorationwill returnFontDecoration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfontDecorationAsString().- Returns:
- Determines the appearance of decorative lines on the text.
- See Also:
FontDecoration
-
fontDecorationAsString
public final String fontDecorationAsString()
Determines the appearance of decorative lines on the text.
If the service returns an enum value that is not available in the current SDK version,
fontDecorationwill returnFontDecoration.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfontDecorationAsString().- Returns:
- Determines the appearance of decorative lines on the text.
- See Also:
FontDecoration
-
fontColor
public final String fontColor()
Determines the color of the text.
- Returns:
- Determines the color of the text.
-
fontWeight
public final FontWeight fontWeight()
The option that determines the text display weight, or boldness.
- Returns:
- The option that determines the text display weight, or boldness.
-
fontStyle
public final FontStyle fontStyle()
Determines the text display face that is inherited by the given font family.
If the service returns an enum value that is not available in the current SDK version,
fontStylewill returnFontStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfontStyleAsString().- Returns:
- Determines the text display face that is inherited by the given font family.
- See Also:
FontStyle
-
fontStyleAsString
public final String fontStyleAsString()
Determines the text display face that is inherited by the given font family.
If the service returns an enum value that is not available in the current SDK version,
fontStylewill returnFontStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfontStyleAsString().- Returns:
- Determines the text display face that is inherited by the given font family.
- See Also:
FontStyle
-
fontFamily
public final String fontFamily()
The font family that you want to use.
- Returns:
- The font family that you want to use.
-
toBuilder
public FontConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FontConfiguration.Builder,FontConfiguration>
-
builder
public static FontConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends FontConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-