Interface LandsatCloudCoverLandInput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LandsatCloudCoverLandInput.Builder,LandsatCloudCoverLandInput>, SdkBuilder<LandsatCloudCoverLandInput.Builder,LandsatCloudCoverLandInput>, SdkPojo
Enclosing class:
LandsatCloudCoverLandInput

public static interface LandsatCloudCoverLandInput.Builder extends SdkPojo, CopyableBuilder<LandsatCloudCoverLandInput.Builder,LandsatCloudCoverLandInput>
  • 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.