Struct aws_sdk_rum::model::time_range::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for TimeRange
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn after(self, input: i64) -> Self
pub fn after(self, input: i64) -> Self
The beginning of the time range to retrieve performance events from.
sourcepub fn set_after(self, input: Option<i64>) -> Self
pub fn set_after(self, input: Option<i64>) -> Self
The beginning of the time range to retrieve performance events from.
sourcepub fn before(self, input: i64) -> Self
pub fn before(self, input: i64) -> Self
The end of the time range to retrieve performance events from. If you omit this, the time range extends to the time that this operation is performed.
sourcepub fn set_before(self, input: Option<i64>) -> Self
pub fn set_before(self, input: Option<i64>) -> Self
The end of the time range to retrieve performance events from. If you omit this, the time range extends to the time that this operation is performed.