public static interface LandsatCloudCoverLandInput.Builder extends SdkPojo, CopyableBuilder<LandsatCloudCoverLandInput.Builder,LandsatCloudCoverLandInput>
| Modifier and Type | Method and Description |
|---|---|
LandsatCloudCoverLandInput.Builder |
lowerBound(Float lowerBound)
The minimum value for Land Cloud Cover property filter.
|
LandsatCloudCoverLandInput.Builder |
upperBound(Float upperBound)
The maximum value for Land Cloud Cover property filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLandsatCloudCoverLandInput.Builder lowerBound(Float lowerBound)
The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover greater than or equal to this value.
lowerBound - The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover
greater than or equal to this value.LandsatCloudCoverLandInput.Builder upperBound(Float upperBound)
The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover less than or equal to this value.
upperBound - The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover
less than or equal to this value.Copyright © 2023. All rights reserved.