| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
static Property.Builder |
Property.builder() |
default Property.Builder |
Property.Builder.eoCloudCover(Consumer<EoCloudCoverInput.Builder> eoCloudCover)
The structure representing EoCloudCover property filter containing a lower bound and upper bound.
|
Property.Builder |
Property.Builder.eoCloudCover(EoCloudCoverInput eoCloudCover)
The structure representing EoCloudCover property filter containing a lower bound and upper bound.
|
default Property.Builder |
Property.Builder.landsatCloudCoverLand(Consumer<LandsatCloudCoverLandInput.Builder> landsatCloudCoverLand)
The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound
and upper bound.
|
Property.Builder |
Property.Builder.landsatCloudCoverLand(LandsatCloudCoverLandInput landsatCloudCoverLand)
The structure representing Land Cloud Cover property filter for Landsat collection containing a lower bound
and upper bound.
|
default Property.Builder |
Property.Builder.platform(Consumer<PlatformInput.Builder> platform)
The structure representing Platform property filter consisting of value and comparison operator.
|
Property.Builder |
Property.Builder.platform(PlatformInput platform)
The structure representing Platform property filter consisting of value and comparison operator.
|
Property.Builder |
Property.toBuilder() |
default Property.Builder |
Property.Builder.viewOffNadir(Consumer<ViewOffNadirInput.Builder> viewOffNadir)
The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
|
Property.Builder |
Property.Builder.viewOffNadir(ViewOffNadirInput viewOffNadir)
The structure representing ViewOffNadir property filter containing a lower bound and upper bound.
|
default Property.Builder |
Property.Builder.viewSunAzimuth(Consumer<ViewSunAzimuthInput.Builder> viewSunAzimuth)
The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
|
Property.Builder |
Property.Builder.viewSunAzimuth(ViewSunAzimuthInput viewSunAzimuth)
The structure representing ViewSunAzimuth property filter containing a lower bound and upper bound.
|
default Property.Builder |
Property.Builder.viewSunElevation(Consumer<ViewSunElevationInput.Builder> viewSunElevation)
The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
|
Property.Builder |
Property.Builder.viewSunElevation(ViewSunElevationInput viewSunElevation)
The structure representing ViewSunElevation property filter containing a lower bound and upper bound.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Property.Builder> |
Property.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PropertyFilter.Builder |
PropertyFilter.Builder.property(Consumer<Property.Builder> property)
Represents a single property to match with when searching a raster data collection.
|
Copyright © 2023. All rights reserved.