Struct aws_sdk_lexmodelsv2::output::delete_import_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteImportOutput.
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 deleted import.
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 deleted import.
sourcepub fn import_status(self, input: ImportStatus) -> Self
pub fn import_status(self, input: ImportStatus) -> Self
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
sourcepub fn set_import_status(self, input: Option<ImportStatus>) -> Self
pub fn set_import_status(self, input: Option<ImportStatus>) -> Self
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
sourcepub fn build(self) -> DeleteImportOutput
pub fn build(self) -> DeleteImportOutput
Consumes the builder and constructs a DeleteImportOutput.