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 get_bootstrap_action_config(&self) -> &Option<BootstrapActionConfig>
pub fn get_bootstrap_action_config(&self) -> &Option<BootstrapActionConfig>
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 for BootstrapActionDetailBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for BootstrapActionDetailBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BootstrapActionDetailBuilder
impl Send for BootstrapActionDetailBuilder
impl Sync for BootstrapActionDetailBuilder
impl Unpin for BootstrapActionDetailBuilder
impl UnwindSafe for BootstrapActionDetailBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.