Struct aws_sdk_lexmodelsv2::input::delete_import_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteImportInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn import_id(self, input: impl Into<String>) -> Self
pub fn import_id(self, input: impl Into<String>) -> Self
The unique identifier of the import to delete.
sourcepub fn set_import_id(self, input: Option<String>) -> Self
pub fn set_import_id(self, input: Option<String>) -> Self
The unique identifier of the import to delete.
sourcepub fn build(self) -> Result<DeleteImportInput, BuildError>
pub fn build(self) -> Result<DeleteImportInput, BuildError>
Consumes the builder and constructs a DeleteImportInput.