Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialLineWidth.Builder
-
Packages that use GeospatialLineWidth.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialLineWidth.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialLineWidth.Builder Modifier and Type Method Description static GeospatialLineWidth.BuilderGeospatialLineWidth. builder()GeospatialLineWidth.BuilderGeospatialLineWidth.Builder. lineWidth(Double lineWidth)The positive value for the width of a line.GeospatialLineWidth.BuilderGeospatialLineWidth. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialLineWidth.Builder Modifier and Type Method Description static Class<? extends GeospatialLineWidth.Builder>GeospatialLineWidth. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialLineWidth.Builder Modifier and Type Method Description default GeospatialLineSymbolStyle.BuilderGeospatialLineSymbolStyle.Builder. lineWidth(Consumer<GeospatialLineWidth.Builder> lineWidth)The width value for a line.default GeospatialCircleSymbolStyle.BuilderGeospatialCircleSymbolStyle.Builder. strokeWidth(Consumer<GeospatialLineWidth.Builder> strokeWidth)The width of the stroke (border).default GeospatialPolygonSymbolStyle.BuilderGeospatialPolygonSymbolStyle.Builder. strokeWidth(Consumer<GeospatialLineWidth.Builder> strokeWidth)The width of the border stroke.
-