Uses of Interface
software.amazon.awssdk.services.quicksight.model.TileLayoutStyle.Builder
-
Packages that use TileLayoutStyle.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TileLayoutStyle.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return TileLayoutStyle.Builder Modifier and Type Method Description static TileLayoutStyle.BuilderTileLayoutStyle. builder()default TileLayoutStyle.BuilderTileLayoutStyle.Builder. gutter(Consumer<GutterStyle.Builder> gutter)The gutter settings that apply between tiles.TileLayoutStyle.BuilderTileLayoutStyle.Builder. gutter(GutterStyle gutter)The gutter settings that apply between tiles.default TileLayoutStyle.BuilderTileLayoutStyle.Builder. margin(Consumer<MarginStyle.Builder> margin)The margin settings that apply around the outside edge of sheets.TileLayoutStyle.BuilderTileLayoutStyle.Builder. margin(MarginStyle margin)The margin settings that apply around the outside edge of sheets.TileLayoutStyle.BuilderTileLayoutStyle. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TileLayoutStyle.Builder Modifier and Type Method Description static Class<? extends TileLayoutStyle.Builder>TileLayoutStyle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TileLayoutStyle.Builder Modifier and Type Method Description default SheetStyle.BuilderSheetStyle.Builder. tileLayout(Consumer<TileLayoutStyle.Builder> tileLayout)The layout options for tiles.
-