Interface LandsatCloudCoverLandInput.Builder

  • Method Details

    • lowerBound

      LandsatCloudCoverLandInput.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • upperBound

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.