Struct aws_sdk_lexmodelsv2::model::bot_locale_export_specification::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BotLocaleExportSpecification
Implementations
The identifier of the bot to create the locale for.
The identifier of the bot to create the locale for.
The version of the bot to export.
The version of the bot to export.
The identifier of the language and locale to export. The string must match one of the locales in the bot.
The identifier of the language and locale to export. The string must match one of the locales in the bot.
Consumes the builder and constructs a BotLocaleExportSpecification
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
