pub struct Builder { /* private fields */ }Expand description
A builder for DescribeBotAliasInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn bot_alias_id(self, input: impl Into<String>) -> Self
pub fn bot_alias_id(self, input: impl Into<String>) -> Self
The identifier of the bot alias to describe.
sourcepub fn set_bot_alias_id(self, input: Option<String>) -> Self
pub fn set_bot_alias_id(self, input: Option<String>) -> Self
The identifier of the bot alias to describe.
sourcepub fn bot_id(self, input: impl Into<String>) -> Self
pub fn bot_id(self, input: impl Into<String>) -> Self
The identifier of the bot associated with the bot alias to describe.
sourcepub fn set_bot_id(self, input: Option<String>) -> Self
pub fn set_bot_id(self, input: Option<String>) -> Self
The identifier of the bot associated with the bot alias to describe.
sourcepub fn build(self) -> Result<DescribeBotAliasInput, BuildError>
pub fn build(self) -> Result<DescribeBotAliasInput, BuildError>
Consumes the builder and constructs a DescribeBotAliasInput.