pub struct Builder { /* private fields */ }
Expand description
A builder for ResamplingConfigInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn output_resolution(self, input: OutputResolutionResamplingInput) -> Self
pub fn output_resolution(self, input: OutputResolutionResamplingInput) -> Self
sourcepub fn set_output_resolution(
self,
input: Option<OutputResolutionResamplingInput>
) -> Self
pub fn set_output_resolution(
self,
input: Option<OutputResolutionResamplingInput>
) -> Self
sourcepub fn algorithm_name(self, input: AlgorithmNameResampling) -> Self
pub fn algorithm_name(self, input: AlgorithmNameResampling) -> Self
The name of the algorithm used for resampling.
sourcepub fn set_algorithm_name(self, input: Option<AlgorithmNameResampling>) -> Self
pub fn set_algorithm_name(self, input: Option<AlgorithmNameResampling>) -> Self
The name of the algorithm used for resampling.
sourcepub fn target_bands(self, input: impl Into<String>) -> Self
pub fn target_bands(self, input: impl Into<String>) -> Self
Appends an item to target_bands
.
To override the contents of this collection use set_target_bands
.
sourcepub fn set_target_bands(self, input: Option<Vec<String>>) -> Self
pub fn set_target_bands(self, input: Option<Vec<String>>) -> Self
sourcepub fn build(self) -> ResamplingConfigInput
pub fn build(self) -> ResamplingConfigInput
Consumes the builder and constructs a ResamplingConfigInput
.