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