Struct aws_sdk_emr::types::builders::BootstrapActionConfigBuilder
source · #[non_exhaustive]pub struct BootstrapActionConfigBuilder { /* private fields */ }Expand description
A builder for BootstrapActionConfig.
Implementations§
source§impl BootstrapActionConfigBuilder
impl BootstrapActionConfigBuilder
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.
Trait Implementations§
source§impl Clone for BootstrapActionConfigBuilder
impl Clone for BootstrapActionConfigBuilder
source§fn clone(&self) -> BootstrapActionConfigBuilder
fn clone(&self) -> BootstrapActionConfigBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BootstrapActionConfigBuilder
impl Debug for BootstrapActionConfigBuilder
source§impl Default for BootstrapActionConfigBuilder
impl Default for BootstrapActionConfigBuilder
source§fn default() -> BootstrapActionConfigBuilder
fn default() -> BootstrapActionConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BootstrapActionConfigBuilder> for BootstrapActionConfigBuilder
impl PartialEq<BootstrapActionConfigBuilder> for BootstrapActionConfigBuilder
source§fn eq(&self, other: &BootstrapActionConfigBuilder) -> bool
fn eq(&self, other: &BootstrapActionConfigBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.