Struct aws_sdk_emrserverless::model::auto_start_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AutoStartConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
Enables the application to automatically start on job submission. Defaults to true.
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Enables the application to automatically start on job submission. Defaults to true.
sourcepub fn build(self) -> AutoStartConfig
pub fn build(self) -> AutoStartConfig
Consumes the builder and constructs a AutoStartConfig
.