Struct aws_sdk_lexmodelsv2::output::create_export_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for CreateExportOutput
Implementations
An identifier for a specific request to create an export.
An identifier for a specific request to create an 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 bot or bot locale definition files.
The file format used for the bot or bot locale definition files.
The status of the export. When the status is Completed, you can use the DescribeExport operation to get the pre-signed S3 URL link to your exported bot or bot locale.
The status of the export. When the status is Completed, you can use the DescribeExport operation to get the pre-signed S3 URL link to your exported bot or bot locale.
The date and time that the request to export a bot was created.
The date and time that the request to export a bot was created.
Consumes the builder and constructs a CreateExportOutput
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