Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialMapStyle.Builder
-
Packages that use GeospatialMapStyle.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialMapStyle.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialMapStyle.Builder Modifier and Type Method Description GeospatialMapStyle.BuilderGeospatialMapStyle.Builder. backgroundColor(String backgroundColor)The background color and opacity values for a map.GeospatialMapStyle.BuilderGeospatialMapStyle.Builder. baseMapStyle(String baseMapStyle)The selected base map style.GeospatialMapStyle.BuilderGeospatialMapStyle.Builder. baseMapStyle(BaseMapStyleType baseMapStyle)The selected base map style.GeospatialMapStyle.BuilderGeospatialMapStyle.Builder. baseMapVisibility(String baseMapVisibility)The state of visibility for the base map.GeospatialMapStyle.BuilderGeospatialMapStyle.Builder. baseMapVisibility(Visibility baseMapVisibility)The state of visibility for the base map.static GeospatialMapStyle.BuilderGeospatialMapStyle. builder()GeospatialMapStyle.BuilderGeospatialMapStyle. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialMapStyle.Builder Modifier and Type Method Description static Class<? extends GeospatialMapStyle.Builder>GeospatialMapStyle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialMapStyle.Builder Modifier and Type Method Description default GeospatialLayerMapConfiguration.BuilderGeospatialLayerMapConfiguration.Builder. mapStyle(Consumer<GeospatialMapStyle.Builder> mapStyle)The map style properties for the map.
-