Interface LandsatCloudCoverLandInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LandsatCloudCoverLandInput.Builder,,- LandsatCloudCoverLandInput> - SdkBuilder<LandsatCloudCoverLandInput.Builder,,- LandsatCloudCoverLandInput> - SdkPojo
- Enclosing class:
- LandsatCloudCoverLandInput
@Mutable
@NotThreadSafe
public static interface LandsatCloudCoverLandInput.Builder
extends SdkPojo, CopyableBuilder<LandsatCloudCoverLandInput.Builder,LandsatCloudCoverLandInput> 
- 
Method SummaryModifier and TypeMethodDescriptionlowerBound(Float lowerBound) The minimum value for Land Cloud Cover property filter.upperBound(Float upperBound) The maximum value for Land Cloud Cover property filter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
lowerBoundThe 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.
 
- 
upperBoundThe 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.
 
 
-