Struct aws_sdk_migrationhub::model::application_state::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ApplicationState.
Implementations§
source§impl Builder
impl Builder
sourcepub fn application_id(self, input: impl Into<String>) -> Self
pub fn application_id(self, input: impl Into<String>) -> Self
The configurationId from the Application Discovery Service that uniquely identifies an application.
sourcepub fn set_application_id(self, input: Option<String>) -> Self
pub fn set_application_id(self, input: Option<String>) -> Self
The configurationId from the Application Discovery Service that uniquely identifies an application.
sourcepub fn application_status(self, input: ApplicationStatus) -> Self
pub fn application_status(self, input: ApplicationStatus) -> Self
The current status of an application.
sourcepub fn set_application_status(self, input: Option<ApplicationStatus>) -> Self
pub fn set_application_status(self, input: Option<ApplicationStatus>) -> Self
The current status of an application.
sourcepub fn last_updated_time(self, input: DateTime) -> Self
pub fn last_updated_time(self, input: DateTime) -> Self
The timestamp when the application status was last updated.
sourcepub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
pub fn set_last_updated_time(self, input: Option<DateTime>) -> Self
The timestamp when the application status was last updated.
sourcepub fn build(self) -> ApplicationState
pub fn build(self) -> ApplicationState
Consumes the builder and constructs a ApplicationState.