Struct aws_sdk_sagemaker::input::delete_context_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteContextInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn context_name(self, input: impl Into<String>) -> Self
pub fn context_name(self, input: impl Into<String>) -> Self
The name of the context to delete.
sourcepub fn set_context_name(self, input: Option<String>) -> Self
pub fn set_context_name(self, input: Option<String>) -> Self
The name of the context to delete.
sourcepub fn build(self) -> Result<DeleteContextInput, BuildError>
pub fn build(self) -> Result<DeleteContextInput, BuildError>
Consumes the builder and constructs a DeleteContextInput
.