pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteRealtimeEndpointInput
.
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
The ID assigned to the MLModel
during creation.
sourcepub fn set_ml_model_id(self, input: Option<String>) -> Self
pub fn set_ml_model_id(self, input: Option<String>) -> Self
The ID assigned to the MLModel
during creation.
sourcepub fn build(self) -> Result<DeleteRealtimeEndpointInput, BuildError>
pub fn build(self) -> Result<DeleteRealtimeEndpointInput, BuildError>
Consumes the builder and constructs a DeleteRealtimeEndpointInput
.