Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialMapState.Builder
-
Packages that use GeospatialMapState.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialMapState.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialMapState.Builder Modifier and Type Method Description default GeospatialMapState.BuilderGeospatialMapState.Builder. bounds(Consumer<GeospatialCoordinateBounds.Builder> bounds)Sets the value of the Bounds property for this object.GeospatialMapState.BuilderGeospatialMapState.Builder. bounds(GeospatialCoordinateBounds bounds)Sets the value of the Bounds property for this object.static GeospatialMapState.BuilderGeospatialMapState. builder()GeospatialMapState.BuilderGeospatialMapState.Builder. mapNavigation(String mapNavigation)Enables or disables map navigation for a map.GeospatialMapState.BuilderGeospatialMapState.Builder. mapNavigation(GeospatialMapNavigation mapNavigation)Enables or disables map navigation for a map.GeospatialMapState.BuilderGeospatialMapState. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialMapState.Builder Modifier and Type Method Description static Class<? extends GeospatialMapState.Builder>GeospatialMapState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialMapState.Builder Modifier and Type Method Description default GeospatialLayerMapConfiguration.BuilderGeospatialLayerMapConfiguration.Builder. mapState(Consumer<GeospatialMapState.Builder> mapState)The map state properties for the map.
-