pub struct Builder { /* private fields */ }Expand description
A builder for StopContinuousExportOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
Timestamp that represents when this continuous export started collecting data.
sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
Timestamp that represents when this continuous export started collecting data.
sourcepub fn stop_time(self, input: DateTime) -> Self
pub fn stop_time(self, input: DateTime) -> Self
Timestamp that represents when this continuous export was stopped.
sourcepub fn set_stop_time(self, input: Option<DateTime>) -> Self
pub fn set_stop_time(self, input: Option<DateTime>) -> Self
Timestamp that represents when this continuous export was stopped.
sourcepub fn build(self) -> StopContinuousExportOutput
pub fn build(self) -> StopContinuousExportOutput
Consumes the builder and constructs a StopContinuousExportOutput.