Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialPolygonStyle.Builder
-
Packages that use GeospatialPolygonStyle.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialPolygonStyle.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialPolygonStyle.Builder Modifier and Type Method Description static GeospatialPolygonStyle.BuilderGeospatialPolygonStyle. builder()default GeospatialPolygonStyle.BuilderGeospatialPolygonStyle.Builder. polygonSymbolStyle(Consumer<GeospatialPolygonSymbolStyle.Builder> polygonSymbolStyle)The polygon symbol style for a polygon layer.GeospatialPolygonStyle.BuilderGeospatialPolygonStyle.Builder. polygonSymbolStyle(GeospatialPolygonSymbolStyle polygonSymbolStyle)The polygon symbol style for a polygon layer.GeospatialPolygonStyle.BuilderGeospatialPolygonStyle. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialPolygonStyle.Builder Modifier and Type Method Description static Class<? extends GeospatialPolygonStyle.Builder>GeospatialPolygonStyle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialPolygonStyle.Builder Modifier and Type Method Description default GeospatialPolygonLayer.BuilderGeospatialPolygonLayer.Builder. style(Consumer<GeospatialPolygonStyle.Builder> style)The visualization style for a polygon layer.
-