Struct aws_sdk_evidently::types::builders::LaunchExecutionBuilder
source · #[non_exhaustive]pub struct LaunchExecutionBuilder { /* private fields */ }Expand description
A builder for LaunchExecution.
Implementations§
source§impl LaunchExecutionBuilder
impl LaunchExecutionBuilder
sourcepub fn started_time(self, input: DateTime) -> Self
pub fn started_time(self, input: DateTime) -> Self
The date and time that the launch started.
sourcepub fn set_started_time(self, input: Option<DateTime>) -> Self
pub fn set_started_time(self, input: Option<DateTime>) -> Self
The date and time that the launch started.
sourcepub fn ended_time(self, input: DateTime) -> Self
pub fn ended_time(self, input: DateTime) -> Self
The date and time that the launch ended.
sourcepub fn set_ended_time(self, input: Option<DateTime>) -> Self
pub fn set_ended_time(self, input: Option<DateTime>) -> Self
The date and time that the launch ended.
sourcepub fn build(self) -> LaunchExecution
pub fn build(self) -> LaunchExecution
Consumes the builder and constructs a LaunchExecution.
Trait Implementations§
source§impl Clone for LaunchExecutionBuilder
impl Clone for LaunchExecutionBuilder
source§fn clone(&self) -> LaunchExecutionBuilder
fn clone(&self) -> LaunchExecutionBuilder
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 LaunchExecutionBuilder
impl Debug for LaunchExecutionBuilder
source§impl Default for LaunchExecutionBuilder
impl Default for LaunchExecutionBuilder
source§fn default() -> LaunchExecutionBuilder
fn default() -> LaunchExecutionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LaunchExecutionBuilder> for LaunchExecutionBuilder
impl PartialEq<LaunchExecutionBuilder> for LaunchExecutionBuilder
source§fn eq(&self, other: &LaunchExecutionBuilder) -> bool
fn eq(&self, other: &LaunchExecutionBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.