Struct aws_sdk_emr::types::builders::BootstrapActionDetailBuilder
source · #[non_exhaustive]pub struct BootstrapActionDetailBuilder { /* private fields */ }Expand description
A builder for BootstrapActionDetail.
Implementations§
source§impl BootstrapActionDetailBuilder
impl BootstrapActionDetailBuilder
sourcepub fn bootstrap_action_config(self, input: BootstrapActionConfig) -> Self
pub fn bootstrap_action_config(self, input: BootstrapActionConfig) -> Self
A description of the bootstrap action.
sourcepub fn set_bootstrap_action_config(
self,
input: Option<BootstrapActionConfig>
) -> Self
pub fn set_bootstrap_action_config( self, input: Option<BootstrapActionConfig> ) -> Self
A description of the bootstrap action.
sourcepub fn build(self) -> BootstrapActionDetail
pub fn build(self) -> BootstrapActionDetail
Consumes the builder and constructs a BootstrapActionDetail.
Trait Implementations§
source§impl Clone for BootstrapActionDetailBuilder
impl Clone for BootstrapActionDetailBuilder
source§fn clone(&self) -> BootstrapActionDetailBuilder
fn clone(&self) -> BootstrapActionDetailBuilder
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 BootstrapActionDetailBuilder
impl Debug for BootstrapActionDetailBuilder
source§impl Default for BootstrapActionDetailBuilder
impl Default for BootstrapActionDetailBuilder
source§fn default() -> BootstrapActionDetailBuilder
fn default() -> BootstrapActionDetailBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BootstrapActionDetailBuilder> for BootstrapActionDetailBuilder
impl PartialEq<BootstrapActionDetailBuilder> for BootstrapActionDetailBuilder
source§fn eq(&self, other: &BootstrapActionDetailBuilder) -> bool
fn eq(&self, other: &BootstrapActionDetailBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.