Struct aws_sdk_devopsguru::model::insight_time_range::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for InsightTimeRange
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
The time when the behavior described in an insight started.
sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
The time when the behavior described in an insight started.
sourcepub fn end_time(self, input: DateTime) -> Self
pub fn end_time(self, input: DateTime) -> Self
The time when the behavior described in an insight ended.
sourcepub fn set_end_time(self, input: Option<DateTime>) -> Self
pub fn set_end_time(self, input: Option<DateTime>) -> Self
The time when the behavior described in an insight ended.
sourcepub fn build(self) -> InsightTimeRange
pub fn build(self) -> InsightTimeRange
Consumes the builder and constructs a InsightTimeRange
.