#[non_exhaustive]pub struct ApplicationSummaryBuilder { /* private fields */ }
Expand description
A builder for ApplicationSummary
.
Implementations§
source§impl ApplicationSummaryBuilder
impl ApplicationSummaryBuilder
sourcepub fn release_label(self, input: impl Into<String>) -> Self
pub fn release_label(self, input: impl Into<String>) -> Self
The Amazon EMR release associated with the application.
sourcepub fn set_release_label(self, input: Option<String>) -> Self
pub fn set_release_label(self, input: Option<String>) -> Self
The Amazon EMR release associated with the application.
sourcepub fn get_release_label(&self) -> &Option<String>
pub fn get_release_label(&self) -> &Option<String>
The Amazon EMR release associated with the application.
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
The type of application, such as Spark or Hive.
sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
The type of application, such as Spark or Hive.
sourcepub fn state(self, input: ApplicationState) -> Self
pub fn state(self, input: ApplicationState) -> Self
The state of the application.
sourcepub fn set_state(self, input: Option<ApplicationState>) -> Self
pub fn set_state(self, input: Option<ApplicationState>) -> Self
The state of the application.
sourcepub fn get_state(&self) -> &Option<ApplicationState>
pub fn get_state(&self) -> &Option<ApplicationState>
The state of the application.
sourcepub fn state_details(self, input: impl Into<String>) -> Self
pub fn state_details(self, input: impl Into<String>) -> Self
The state details of the application.
sourcepub fn set_state_details(self, input: Option<String>) -> Self
pub fn set_state_details(self, input: Option<String>) -> Self
The state details of the application.
sourcepub fn get_state_details(&self) -> &Option<String>
pub fn get_state_details(&self) -> &Option<String>
The state details of the application.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The date and time when the application was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The date and time when the application was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The date and time when the application was created.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The date and time when the application was last updated.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
The date and time when the application was last updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The date and time when the application was last updated.
sourcepub fn architecture(self, input: Architecture) -> Self
pub fn architecture(self, input: Architecture) -> Self
The CPU architecture of an application.
sourcepub fn set_architecture(self, input: Option<Architecture>) -> Self
pub fn set_architecture(self, input: Option<Architecture>) -> Self
The CPU architecture of an application.
sourcepub fn get_architecture(&self) -> &Option<Architecture>
pub fn get_architecture(&self) -> &Option<Architecture>
The CPU architecture of an application.
sourcepub fn build(self) -> ApplicationSummary
pub fn build(self) -> ApplicationSummary
Consumes the builder and constructs a ApplicationSummary
.
Trait Implementations§
source§impl Clone for ApplicationSummaryBuilder
impl Clone for ApplicationSummaryBuilder
source§fn clone(&self) -> ApplicationSummaryBuilder
fn clone(&self) -> ApplicationSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ApplicationSummaryBuilder
impl Debug for ApplicationSummaryBuilder
source§impl Default for ApplicationSummaryBuilder
impl Default for ApplicationSummaryBuilder
source§fn default() -> ApplicationSummaryBuilder
fn default() -> ApplicationSummaryBuilder
source§impl PartialEq<ApplicationSummaryBuilder> for ApplicationSummaryBuilder
impl PartialEq<ApplicationSummaryBuilder> for ApplicationSummaryBuilder
source§fn eq(&self, other: &ApplicationSummaryBuilder) -> bool
fn eq(&self, other: &ApplicationSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.