Struct aws_sdk_codeguruprofiler::model::profile_time::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ProfileTime
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn start(self, input: DateTime) -> Self
pub fn start(self, input: DateTime) -> Self
The start time of a profile. It is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
sourcepub fn set_start(self, input: Option<DateTime>) -> Self
pub fn set_start(self, input: Option<DateTime>) -> Self
The start time of a profile. It is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
sourcepub fn build(self) -> ProfileTime
pub fn build(self) -> ProfileTime
Consumes the builder and constructs a ProfileTime
.