Struct aws_sdk_lexmodelsv2::output::delete_bot_output::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteBotOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn bot_id(self, input: impl Into<String>) -> Self
pub fn bot_id(self, input: impl Into<String>) -> Self
The unique identifier of the bot that Amazon Lex is deleting.
sourcepub fn set_bot_id(self, input: Option<String>) -> Self
pub fn set_bot_id(self, input: Option<String>) -> Self
The unique identifier of the bot that Amazon Lex is deleting.
sourcepub fn bot_status(self, input: BotStatus) -> Self
pub fn bot_status(self, input: BotStatus) -> Self
The current status of the bot. The status is Deleting while the bot and its associated resources are being deleted.
sourcepub fn set_bot_status(self, input: Option<BotStatus>) -> Self
pub fn set_bot_status(self, input: Option<BotStatus>) -> Self
The current status of the bot. The status is Deleting while the bot and its associated resources are being deleted.
sourcepub fn build(self) -> DeleteBotOutput
pub fn build(self) -> DeleteBotOutput
Consumes the builder and constructs a DeleteBotOutput.