Struct aws_sdk_emr::model::simplified_application::Builder   
source · pub struct Builder { /* private fields */ }Expand description
A builder for SimplifiedApplication.
Implementations§
source§impl Builder
 
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
 
pub fn name(self, input: impl Into<String>) -> Self
The returned release label application name. For example, hadoop.
sourcepub fn set_name(self, input: Option<String>) -> Self
 
pub fn set_name(self, input: Option<String>) -> Self
The returned release label application name. For example, hadoop.
sourcepub fn version(self, input: impl Into<String>) -> Self
 
pub fn version(self, input: impl Into<String>) -> Self
The returned release label application version. For example, 3.2.1.
sourcepub fn set_version(self, input: Option<String>) -> Self
 
pub fn set_version(self, input: Option<String>) -> Self
The returned release label application version. For example, 3.2.1.
sourcepub fn build(self) -> SimplifiedApplication
 
pub fn build(self) -> SimplifiedApplication
Consumes the builder and constructs a SimplifiedApplication.