#[non_exhaustive]pub struct LandsatCloudCoverLandInputBuilder { /* private fields */ }
Expand description
A builder for LandsatCloudCoverLandInput
.
Implementations§
source§impl LandsatCloudCoverLandInputBuilder
impl LandsatCloudCoverLandInputBuilder
sourcepub fn lower_bound(self, input: f32) -> Self
pub fn lower_bound(self, input: f32) -> Self
The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover greater than or equal to this value.
sourcepub fn set_lower_bound(self, input: Option<f32>) -> Self
pub fn set_lower_bound(self, input: Option<f32>) -> Self
The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover greater than or equal to this value.
sourcepub fn get_lower_bound(&self) -> &Option<f32>
pub fn get_lower_bound(&self) -> &Option<f32>
The minimum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover greater than or equal to this value.
sourcepub fn upper_bound(self, input: f32) -> Self
pub fn upper_bound(self, input: f32) -> Self
The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover less than or equal to this value.
sourcepub fn set_upper_bound(self, input: Option<f32>) -> Self
pub fn set_upper_bound(self, input: Option<f32>) -> Self
The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover less than or equal to this value.
sourcepub fn get_upper_bound(&self) -> &Option<f32>
pub fn get_upper_bound(&self) -> &Option<f32>
The maximum value for Land Cloud Cover property filter. This will filter items having Land Cloud Cover less than or equal to this value.
sourcepub fn build(self) -> LandsatCloudCoverLandInput
pub fn build(self) -> LandsatCloudCoverLandInput
Consumes the builder and constructs a LandsatCloudCoverLandInput
.
Trait Implementations§
source§impl Clone for LandsatCloudCoverLandInputBuilder
impl Clone for LandsatCloudCoverLandInputBuilder
source§fn clone(&self) -> LandsatCloudCoverLandInputBuilder
fn clone(&self) -> LandsatCloudCoverLandInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for LandsatCloudCoverLandInputBuilder
impl Default for LandsatCloudCoverLandInputBuilder
source§fn default() -> LandsatCloudCoverLandInputBuilder
fn default() -> LandsatCloudCoverLandInputBuilder
source§impl PartialEq for LandsatCloudCoverLandInputBuilder
impl PartialEq for LandsatCloudCoverLandInputBuilder
source§fn eq(&self, other: &LandsatCloudCoverLandInputBuilder) -> bool
fn eq(&self, other: &LandsatCloudCoverLandInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.