Struct aws_sdk_lexmodelsv2::input::describe_bot_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DescribeBotInput.
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 to describe.
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 to describe.
sourcepub fn build(self) -> Result<DescribeBotInput, BuildError>
pub fn build(self) -> Result<DescribeBotInput, BuildError>
Consumes the builder and constructs a DescribeBotInput.