Interface EoCloudCoverInput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EoCloudCoverInput.Builder,,EoCloudCoverInput> SdkBuilder<EoCloudCoverInput.Builder,,EoCloudCoverInput> SdkPojo
- Enclosing class:
 EoCloudCoverInput
public static interface EoCloudCoverInput.Builder
extends SdkPojo, CopyableBuilder<EoCloudCoverInput.Builder,EoCloudCoverInput> 
- 
Method Summary
Modifier and TypeMethodDescriptionlowerBound(Float lowerBound) Lower bound for EoCloudCover.upperBound(Float upperBound) Upper bound for EoCloudCover.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
lowerBound
Lower bound for EoCloudCover.
- Parameters:
 lowerBound- Lower bound for EoCloudCover.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
upperBound
Upper bound for EoCloudCover.
- Parameters:
 upperBound- Upper bound for EoCloudCover.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -