Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialSolidColor.Builder
-
Packages that use GeospatialSolidColor.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialSolidColor.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialSolidColor.Builder Modifier and Type Method Description static GeospatialSolidColor.BuilderGeospatialSolidColor. builder()GeospatialSolidColor.BuilderGeospatialSolidColor.Builder. color(String color)The color and opacity values for the color.GeospatialSolidColor.BuilderGeospatialSolidColor.Builder. state(String state)Enables and disables the view state of the color.GeospatialSolidColor.BuilderGeospatialSolidColor.Builder. state(GeospatialColorState state)Enables and disables the view state of the color.GeospatialSolidColor.BuilderGeospatialSolidColor. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialSolidColor.Builder Modifier and Type Method Description static Class<? extends GeospatialSolidColor.Builder>GeospatialSolidColor. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialSolidColor.Builder Modifier and Type Method Description default GeospatialColor.BuilderGeospatialColor.Builder. solid(Consumer<GeospatialSolidColor.Builder> solid)The visualization properties for the solid color.
-