Struct aws_sdk_lexmodelsv2::output::update_bot_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for UpdateBotOutput
Implementations
The unique identifier of the bot that was updated.
The unique identifier of the bot that was updated.
The name of the bot after the update.
The description of the bot after the update.
The description of the bot after the update.
The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
The Amazon Resource Name (ARN) of the IAM role used by the bot after the update.
The data privacy settings for the bot after the update.
The data privacy settings for the bot after the update.
The session timeout, in seconds, for the bot after the update.
The session timeout, in seconds, for the bot after the update.
Shows the current status of the bot. The bot is first in the Creating status. Once the bot is read for use, it changes to the Available status. After the bot is created, you can use the DRAFT version of the bot.
Shows the current status of the bot. The bot is first in the Creating status. Once the bot is read for use, it changes to the Available status. After the bot is created, you can use the DRAFT version of the bot.
A timestamp of the date and time that the bot was created.
A timestamp of the date and time that the bot was created.
A timestamp of the date and time that the bot was last updated.
A timestamp of the date and time that the bot was last updated.
Consumes the builder and constructs a UpdateBotOutput
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