Struct aws_sdk_lexmodelsv2::input::create_export_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateExportInput
Implementations
Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.
Specifies the type of resource to export, either a bot or a bot locale. You can only specify one type of resource to export.
The file format of the bot or bot locale definition files.
The file format of the bot or bot locale definition files.
An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer.
An password to use to encrypt the exported archive. Using a password is optional, but you should encrypt the archive to protect the data in transit between Amazon Lex and your local computer.
Consumes the builder and constructs a CreateExportInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more