Struct aws_sdk_emr::model::bootstrap_action_detail::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for BootstrapActionDetail.
Implementations§
source§impl Builder
impl Builder
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.