Struct aws_sdk_lexmodelsv2::output::update_export_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for UpdateExportOutput
Implementations
The unique identifier Amazon Lex assigned to the export.
The unique identifier Amazon Lex assigned to the export.
A description of the type of resource that was exported, either a bot or a bot locale.
A description of the type of resource that was exported, either a bot or a bot locale.
The file format used for the files that define the resource. The TSV format is required to export a custom vocabulary only; otherwise use LexJson format.
The file format used for the files that define the resource. The TSV format is required to export a custom vocabulary only; otherwise use LexJson format.
The status of the export. When the status is Completed the export archive is available for download.
The status of the export. When the status is Completed the export archive is available for download.
The date and time that the export was created.
The date and time that the export was created.
The date and time that the export was last updated.
The date and time that the export was last updated.
Consumes the builder and constructs a UpdateExportOutput
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