| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static GeospatialCoordinateBounds.Builder |
GeospatialCoordinateBounds.builder() |
GeospatialCoordinateBounds.Builder |
GeospatialCoordinateBounds.Builder.east(Double east)
The longitude of the east bound of the geospatial coordinate bounds.
|
GeospatialCoordinateBounds.Builder |
GeospatialCoordinateBounds.Builder.north(Double north)
The latitude of the north bound of the geospatial coordinate bounds.
|
GeospatialCoordinateBounds.Builder |
GeospatialCoordinateBounds.Builder.south(Double south)
The latitude of the south bound of the geospatial coordinate bounds.
|
GeospatialCoordinateBounds.Builder |
GeospatialCoordinateBounds.toBuilder() |
GeospatialCoordinateBounds.Builder |
GeospatialCoordinateBounds.Builder.west(Double west)
The longitude of the west bound of the geospatial coordinate bounds.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GeospatialCoordinateBounds.Builder> |
GeospatialCoordinateBounds.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GeospatialWindowOptions.Builder |
GeospatialWindowOptions.Builder.bounds(Consumer<GeospatialCoordinateBounds.Builder> bounds)
The bounds options (north, south, west, east) of the geospatial window options.
|
Copyright © 2023. All rights reserved.