pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteMlModelInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ml_model_id(self, input: impl Into<String>) -> Self
pub fn ml_model_id(self, input: impl Into<String>) -> Self
A user-supplied ID that uniquely identifies the MLModel
.
sourcepub fn set_ml_model_id(self, input: Option<String>) -> Self
pub fn set_ml_model_id(self, input: Option<String>) -> Self
A user-supplied ID that uniquely identifies the MLModel
.
sourcepub fn build(self) -> Result<DeleteMlModelInput, BuildError>
pub fn build(self) -> Result<DeleteMlModelInput, BuildError>
Consumes the builder and constructs a DeleteMlModelInput
.