Struct aws_sdk_lexmodelsv2::input::update_export_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for UpdateExportInput.
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 Amazon Lex assigned to the export.
sourcepub fn set_export_id(self, input: Option<String>) -> Self
pub fn set_export_id(self, input: Option<String>) -> Self
The unique identifier Amazon Lex assigned to the export.
sourcepub fn file_password(self, input: impl Into<String>) -> Self
pub fn file_password(self, input: impl Into<String>) -> Self
The new password to use to encrypt the export zip archive.
sourcepub fn set_file_password(self, input: Option<String>) -> Self
pub fn set_file_password(self, input: Option<String>) -> Self
The new password to use to encrypt the export zip archive.
sourcepub fn build(self) -> Result<UpdateExportInput, BuildError>
pub fn build(self) -> Result<UpdateExportInput, BuildError>
Consumes the builder and constructs a UpdateExportInput.