Struct aws_sdk_mwaa::types::builders::LastUpdateBuilder
source · #[non_exhaustive]pub struct LastUpdateBuilder { /* private fields */ }Expand description
A builder for LastUpdate.
Implementations§
source§impl LastUpdateBuilder
impl LastUpdateBuilder
sourcepub fn status(self, input: UpdateStatus) -> Self
pub fn status(self, input: UpdateStatus) -> Self
The status of the last update on the environment.
sourcepub fn set_status(self, input: Option<UpdateStatus>) -> Self
pub fn set_status(self, input: Option<UpdateStatus>) -> Self
The status of the last update on the environment.
sourcepub fn get_status(&self) -> &Option<UpdateStatus>
pub fn get_status(&self) -> &Option<UpdateStatus>
The status of the last update on the environment.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The day and time of the last update on the environment.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The day and time of the last update on the environment.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The day and time of the last update on the environment.
sourcepub fn error(self, input: UpdateError) -> Self
pub fn error(self, input: UpdateError) -> Self
The error that was encountered during the last update of the environment.
sourcepub fn set_error(self, input: Option<UpdateError>) -> Self
pub fn set_error(self, input: Option<UpdateError>) -> Self
The error that was encountered during the last update of the environment.
sourcepub fn get_error(&self) -> &Option<UpdateError>
pub fn get_error(&self) -> &Option<UpdateError>
The error that was encountered during the last update of the environment.
sourcepub fn source(self, input: impl Into<String>) -> Self
pub fn source(self, input: impl Into<String>) -> Self
The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.
sourcepub fn set_source(self, input: Option<String>) -> Self
pub fn set_source(self, input: Option<String>) -> Self
The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.
sourcepub fn get_source(&self) -> &Option<String>
pub fn get_source(&self) -> &Option<String>
The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.
sourcepub fn build(self) -> LastUpdate
pub fn build(self) -> LastUpdate
Consumes the builder and constructs a LastUpdate.
Trait Implementations§
source§impl Clone for LastUpdateBuilder
impl Clone for LastUpdateBuilder
source§fn clone(&self) -> LastUpdateBuilder
fn clone(&self) -> LastUpdateBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for LastUpdateBuilder
impl Debug for LastUpdateBuilder
source§impl Default for LastUpdateBuilder
impl Default for LastUpdateBuilder
source§fn default() -> LastUpdateBuilder
fn default() -> LastUpdateBuilder
source§impl PartialEq for LastUpdateBuilder
impl PartialEq for LastUpdateBuilder
source§fn eq(&self, other: &LastUpdateBuilder) -> bool
fn eq(&self, other: &LastUpdateBuilder) -> bool
self and other values to be equal, and is used
by ==.