Struct aws_sdk_lexmodelsv2::input::update_export_input::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for UpdateExportInput.
Implementations
sourceimpl 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.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more