Uses of Interface
software.amazon.awssdk.services.quicksight.model.BodySectionContent.Builder
-
Packages that use BodySectionContent.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of BodySectionContent.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return BodySectionContent.Builder Modifier and Type Method Description static BodySectionContent.BuilderBodySectionContent. builder()default BodySectionContent.BuilderBodySectionContent.Builder. layout(Consumer<SectionLayoutConfiguration.Builder> layout)The layout configuration of a body section.BodySectionContent.BuilderBodySectionContent.Builder. layout(SectionLayoutConfiguration layout)The layout configuration of a body section.BodySectionContent.BuilderBodySectionContent. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type BodySectionContent.Builder Modifier and Type Method Description static Class<? extends BodySectionContent.Builder>BodySectionContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type BodySectionContent.Builder Modifier and Type Method Description default BodySectionConfiguration.BuilderBodySectionConfiguration.Builder. content(Consumer<BodySectionContent.Builder> content)The configuration of content in a body section.
-