Struct aws_sdk_macie2::model::statistics::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Statistics
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn approximate_number_of_objects_to_process(self, input: f64) -> Self
pub fn approximate_number_of_objects_to_process(self, input: f64) -> Self
The approximate number of objects that the job has yet to process during its current run.
sourcepub fn set_approximate_number_of_objects_to_process(
self,
input: Option<f64>
) -> Self
pub fn set_approximate_number_of_objects_to_process(
self,
input: Option<f64>
) -> Self
The approximate number of objects that the job has yet to process during its current run.
sourcepub fn number_of_runs(self, input: f64) -> Self
pub fn number_of_runs(self, input: f64) -> Self
The number of times that the job has run.
sourcepub fn set_number_of_runs(self, input: Option<f64>) -> Self
pub fn set_number_of_runs(self, input: Option<f64>) -> Self
The number of times that the job has run.
sourcepub fn build(self) -> Statistics
pub fn build(self) -> Statistics
Consumes the builder and constructs a Statistics
.