Struct aws_sdk_emr::model::bootstrap_action_config::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for BootstrapActionConfig.
Implementations§
source§impl Builder
impl Builder
sourcepub fn script_bootstrap_action(self, input: ScriptBootstrapActionConfig) -> Self
pub fn script_bootstrap_action(self, input: ScriptBootstrapActionConfig) -> Self
The script run by the bootstrap action.
sourcepub fn set_script_bootstrap_action(
self,
input: Option<ScriptBootstrapActionConfig>
) -> Self
pub fn set_script_bootstrap_action(
self,
input: Option<ScriptBootstrapActionConfig>
) -> Self
The script run by the bootstrap action.
sourcepub fn build(self) -> BootstrapActionConfig
pub fn build(self) -> BootstrapActionConfig
Consumes the builder and constructs a BootstrapActionConfig.