Class SectionStyle
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.SectionStyle
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SectionStyle.Builder,SectionStyle>
@Generated("software.amazon.awssdk:codegen") public final class SectionStyle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SectionStyle.Builder,SectionStyle>
The options that style a section.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSectionStyle.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SectionStyle.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringheight()The height of a section.Spacingpadding()The spacing between section content and its top, bottom, left, and right edges.List<SdkField<?>>sdkFields()static Class<? extends SectionStyle.Builder>serializableBuilderClass()SectionStyle.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
-
height
public final String height()
The height of a section.
Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.
- Returns:
- The height of a section.
Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.
-
padding
public final Spacing padding()
The spacing between section content and its top, bottom, left, and right edges.
There is no padding by default.
- Returns:
- The spacing between section content and its top, bottom, left, and right edges.
There is no padding by default.
-
toBuilder
public SectionStyle.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SectionStyle.Builder,SectionStyle>
-
builder
public static SectionStyle.Builder builder()
-
serializableBuilderClass
public static Class<? extends SectionStyle.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.
-
-