Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialPolygonSymbolStyle.Builder
-
Packages that use GeospatialPolygonSymbolStyle.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialPolygonSymbolStyle.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialPolygonSymbolStyle.Builder Modifier and Type Method Description static GeospatialPolygonSymbolStyle.BuilderGeospatialPolygonSymbolStyle. builder()default GeospatialPolygonSymbolStyle.BuilderGeospatialPolygonSymbolStyle.Builder. fillColor(Consumer<GeospatialColor.Builder> fillColor)The color and opacity values for the fill color.GeospatialPolygonSymbolStyle.BuilderGeospatialPolygonSymbolStyle.Builder. fillColor(GeospatialColor fillColor)The color and opacity values for the fill color.default GeospatialPolygonSymbolStyle.BuilderGeospatialPolygonSymbolStyle.Builder. strokeColor(Consumer<GeospatialColor.Builder> strokeColor)The color and opacity values for the stroke color.GeospatialPolygonSymbolStyle.BuilderGeospatialPolygonSymbolStyle.Builder. strokeColor(GeospatialColor strokeColor)The color and opacity values for the stroke color.default GeospatialPolygonSymbolStyle.BuilderGeospatialPolygonSymbolStyle.Builder. strokeWidth(Consumer<GeospatialLineWidth.Builder> strokeWidth)The width of the border stroke.GeospatialPolygonSymbolStyle.BuilderGeospatialPolygonSymbolStyle.Builder. strokeWidth(GeospatialLineWidth strokeWidth)The width of the border stroke.GeospatialPolygonSymbolStyle.BuilderGeospatialPolygonSymbolStyle. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialPolygonSymbolStyle.Builder Modifier and Type Method Description static Class<? extends GeospatialPolygonSymbolStyle.Builder>GeospatialPolygonSymbolStyle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialPolygonSymbolStyle.Builder Modifier and Type Method Description default GeospatialPolygonStyle.BuilderGeospatialPolygonStyle.Builder. polygonSymbolStyle(Consumer<GeospatialPolygonSymbolStyle.Builder> polygonSymbolStyle)The polygon symbol style for a polygon layer.
-