Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.AreaOfInterest.Builder
-
Packages that use AreaOfInterest.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of AreaOfInterest.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return AreaOfInterest.Builder Modifier and Type Method Description default AreaOfInterest.BuilderAreaOfInterest.Builder. areaOfInterestGeometry(Consumer<AreaOfInterestGeometry.Builder> areaOfInterestGeometry)A GeoJSON object representing the geographic extent in the coordinate space.AreaOfInterest.BuilderAreaOfInterest.Builder. areaOfInterestGeometry(AreaOfInterestGeometry areaOfInterestGeometry)A GeoJSON object representing the geographic extent in the coordinate space.static AreaOfInterest.BuilderAreaOfInterest. builder()AreaOfInterest.BuilderAreaOfInterest. toBuilder()Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type AreaOfInterest.Builder Modifier and Type Method Description static Class<? extends AreaOfInterest.Builder>AreaOfInterest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type AreaOfInterest.Builder Modifier and Type Method Description default RasterDataCollectionQueryInput.BuilderRasterDataCollectionQueryInput.Builder. areaOfInterest(Consumer<AreaOfInterest.Builder> areaOfInterest)The area of interest being queried for the raster data collection.default RasterDataCollectionQueryOutput.BuilderRasterDataCollectionQueryOutput.Builder. areaOfInterest(Consumer<AreaOfInterest.Builder> areaOfInterest)The Area of Interest used in the search.default RasterDataCollectionQueryWithBandFilterInput.BuilderRasterDataCollectionQueryWithBandFilterInput.Builder. areaOfInterest(Consumer<AreaOfInterest.Builder> areaOfInterest)The Area of interest to be used in the search query.
-