Struct aws_sdk_devopsguru::types::builders::InsightTimeRangeBuilder
source · #[non_exhaustive]pub struct InsightTimeRangeBuilder { /* private fields */ }
Expand description
A builder for InsightTimeRange
.
Implementations§
source§impl InsightTimeRangeBuilder
impl InsightTimeRangeBuilder
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
.
Trait Implementations§
source§impl Clone for InsightTimeRangeBuilder
impl Clone for InsightTimeRangeBuilder
source§fn clone(&self) -> InsightTimeRangeBuilder
fn clone(&self) -> InsightTimeRangeBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InsightTimeRangeBuilder
impl Debug for InsightTimeRangeBuilder
source§impl Default for InsightTimeRangeBuilder
impl Default for InsightTimeRangeBuilder
source§fn default() -> InsightTimeRangeBuilder
fn default() -> InsightTimeRangeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<InsightTimeRangeBuilder> for InsightTimeRangeBuilder
impl PartialEq<InsightTimeRangeBuilder> for InsightTimeRangeBuilder
source§fn eq(&self, other: &InsightTimeRangeBuilder) -> bool
fn eq(&self, other: &InsightTimeRangeBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.