Uses of Interface
software.amazon.awssdk.services.quicksight.model.Spacing.Builder
-
Packages that use Spacing.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Spacing.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return Spacing.Builder Modifier and Type Method Description Spacing.BuilderSpacing.Builder. bottom(String bottom)Define the bottom spacing.static Spacing.BuilderSpacing. builder()Spacing.BuilderSpacing.Builder. left(String left)Define the left spacing.Spacing.BuilderSpacing.Builder. right(String right)Define the right spacing.Spacing.BuilderSpacing. toBuilder()Spacing.BuilderSpacing.Builder. top(String top)Define the top spacing.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Spacing.Builder Modifier and Type Method Description static Class<? extends Spacing.Builder>Spacing. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type Spacing.Builder Modifier and Type Method Description default SectionStyle.BuilderSectionStyle.Builder. padding(Consumer<Spacing.Builder> padding)The spacing between section content and its top, bottom, left, and right edges.default SectionBasedLayoutPaperCanvasSizeOptions.BuilderSectionBasedLayoutPaperCanvasSizeOptions.Builder. paperMargin(Consumer<Spacing.Builder> paperMargin)Defines the spacing between the canvas content and the top, bottom, left, and right edges.
-