Struct aws_sdk_lexmodelsv2::model::bot_alias_locale_settings::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BotAliasLocaleSettings
Implementations
Determines whether the locale is enabled for the bot. If the value is false, the locale isn't available for use.
Determines whether the locale is enabled for the bot. If the value is false, the locale isn't available for use.
Specifies the Lambda function that should be used in the locale.
Specifies the Lambda function that should be used in the locale.
Consumes the builder and constructs a BotAliasLocaleSettings
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
