| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
AreaOfInterest.Builder |
AreaOfInterest.Builder.areaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
|
default AreaOfInterest.Builder |
AreaOfInterest.Builder.areaOfInterestGeometry(Consumer<AreaOfInterestGeometry.Builder> areaOfInterestGeometry)
A GeoJSON object representing the geographic extent in the coordinate space.
|
static AreaOfInterest.Builder |
AreaOfInterest.builder() |
AreaOfInterest.Builder |
AreaOfInterest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AreaOfInterest.Builder> |
AreaOfInterest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RasterDataCollectionQueryOutput.Builder |
RasterDataCollectionQueryOutput.Builder.areaOfInterest(Consumer<AreaOfInterest.Builder> areaOfInterest)
The Area of Interest used in the search.
|
default RasterDataCollectionQueryWithBandFilterInput.Builder |
RasterDataCollectionQueryWithBandFilterInput.Builder.areaOfInterest(Consumer<AreaOfInterest.Builder> areaOfInterest)
The Area of interest to be used in the search query.
|
default RasterDataCollectionQueryInput.Builder |
RasterDataCollectionQueryInput.Builder.areaOfInterest(Consumer<AreaOfInterest.Builder> areaOfInterest)
The area of interest being queried for the raster data collection.
|
Copyright © 2023. All rights reserved.