Struct aws_sdk_sagemaker::types::builders::EmrStepMetadataBuilder
source · #[non_exhaustive]pub struct EmrStepMetadataBuilder { /* private fields */ }
Expand description
A builder for EmrStepMetadata
.
Implementations§
source§impl EmrStepMetadataBuilder
impl EmrStepMetadataBuilder
sourcepub fn cluster_id(self, input: impl Into<String>) -> Self
pub fn cluster_id(self, input: impl Into<String>) -> Self
The identifier of the EMR cluster.
sourcepub fn set_cluster_id(self, input: Option<String>) -> Self
pub fn set_cluster_id(self, input: Option<String>) -> Self
The identifier of the EMR cluster.
sourcepub fn set_step_id(self, input: Option<String>) -> Self
pub fn set_step_id(self, input: Option<String>) -> Self
The identifier of the EMR cluster step.
sourcepub fn set_step_name(self, input: Option<String>) -> Self
pub fn set_step_name(self, input: Option<String>) -> Self
The name of the EMR cluster step.
sourcepub fn log_file_path(self, input: impl Into<String>) -> Self
pub fn log_file_path(self, input: impl Into<String>) -> Self
The path to the log file where the cluster step's failure root cause is recorded.
sourcepub fn set_log_file_path(self, input: Option<String>) -> Self
pub fn set_log_file_path(self, input: Option<String>) -> Self
The path to the log file where the cluster step's failure root cause is recorded.
sourcepub fn build(self) -> EmrStepMetadata
pub fn build(self) -> EmrStepMetadata
Consumes the builder and constructs a EmrStepMetadata
.
Trait Implementations§
source§impl Clone for EmrStepMetadataBuilder
impl Clone for EmrStepMetadataBuilder
source§fn clone(&self) -> EmrStepMetadataBuilder
fn clone(&self) -> EmrStepMetadataBuilder
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 EmrStepMetadataBuilder
impl Debug for EmrStepMetadataBuilder
source§impl Default for EmrStepMetadataBuilder
impl Default for EmrStepMetadataBuilder
source§fn default() -> EmrStepMetadataBuilder
fn default() -> EmrStepMetadataBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<EmrStepMetadataBuilder> for EmrStepMetadataBuilder
impl PartialEq<EmrStepMetadataBuilder> for EmrStepMetadataBuilder
source§fn eq(&self, other: &EmrStepMetadataBuilder) -> bool
fn eq(&self, other: &EmrStepMetadataBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.