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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LandsatCloudCoverLandInput.BuilderlowerBound(Float lowerBound)The minimum value for Land Cloud Cover property filter.LandsatCloudCoverLandInput.BuilderupperBound(Float upperBound)The maximum value for Land Cloud Cover property filter.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-