Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialLineStyle.Builder
-
Packages that use GeospatialLineStyle.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialLineStyle.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialLineStyle.Builder Modifier and Type Method Description static GeospatialLineStyle.BuilderGeospatialLineStyle. builder()default GeospatialLineStyle.BuilderGeospatialLineStyle.Builder. lineSymbolStyle(Consumer<GeospatialLineSymbolStyle.Builder> lineSymbolStyle)The symbol style for a line style.GeospatialLineStyle.BuilderGeospatialLineStyle.Builder. lineSymbolStyle(GeospatialLineSymbolStyle lineSymbolStyle)The symbol style for a line style.GeospatialLineStyle.BuilderGeospatialLineStyle. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialLineStyle.Builder Modifier and Type Method Description static Class<? extends GeospatialLineStyle.Builder>GeospatialLineStyle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialLineStyle.Builder Modifier and Type Method Description default GeospatialLineLayer.BuilderGeospatialLineLayer.Builder. style(Consumer<GeospatialLineStyle.Builder> style)The visualization style for a line layer.
-