Uses of Interface
software.amazon.awssdk.services.quicksight.model.SectionStyle.Builder
-
Packages that use SectionStyle.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SectionStyle.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SectionStyle.Builder Modifier and Type Method Description static SectionStyle.BuilderSectionStyle. builder()SectionStyle.BuilderSectionStyle.Builder. height(String height)The height of a section.default SectionStyle.BuilderSectionStyle.Builder. padding(Consumer<Spacing.Builder> padding)The spacing between section content and its top, bottom, left, and right edges.SectionStyle.BuilderSectionStyle.Builder. padding(Spacing padding)The spacing between section content and its top, bottom, left, and right edges.SectionStyle.BuilderSectionStyle. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SectionStyle.Builder Modifier and Type Method Description static Class<? extends SectionStyle.Builder>SectionStyle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SectionStyle.Builder Modifier and Type Method Description default BodySectionConfiguration.BuilderBodySectionConfiguration.Builder. style(Consumer<SectionStyle.Builder> style)The style options of a body section.default HeaderFooterSectionConfiguration.BuilderHeaderFooterSectionConfiguration.Builder. style(Consumer<SectionStyle.Builder> style)The style options of a header or footer section.
-