Uses of Interface
software.amazon.awssdk.services.quicksight.model.GeospatialCoordinateBounds.Builder
-
Packages that use GeospatialCoordinateBounds.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialCoordinateBounds.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return GeospatialCoordinateBounds.Builder Modifier and Type Method Description static GeospatialCoordinateBounds.BuilderGeospatialCoordinateBounds. builder()GeospatialCoordinateBounds.BuilderGeospatialCoordinateBounds.Builder. east(Double east)The longitude of the east bound of the geospatial coordinate bounds.GeospatialCoordinateBounds.BuilderGeospatialCoordinateBounds.Builder. north(Double north)The latitude of the north bound of the geospatial coordinate bounds.GeospatialCoordinateBounds.BuilderGeospatialCoordinateBounds.Builder. south(Double south)The latitude of the south bound of the geospatial coordinate bounds.GeospatialCoordinateBounds.BuilderGeospatialCoordinateBounds. toBuilder()GeospatialCoordinateBounds.BuilderGeospatialCoordinateBounds.Builder. west(Double west)The longitude of the west bound of the geospatial coordinate bounds.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialCoordinateBounds.Builder Modifier and Type Method Description static Class<? extends GeospatialCoordinateBounds.Builder>GeospatialCoordinateBounds. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialCoordinateBounds.Builder Modifier and Type Method Description default GeospatialWindowOptions.BuilderGeospatialWindowOptions.Builder. bounds(Consumer<GeospatialCoordinateBounds.Builder> bounds)The bounds options (north, south, west, east) of the geospatial window options.
-