CopyableBuilder<GetBotAliasRequest.Builder,GetBotAliasRequest>
, SdkBuilder<GetBotAliasRequest.Builder,GetBotAliasRequest>
public static interface GetBotAliasRequest.Builder extends CopyableBuilder<GetBotAliasRequest.Builder,GetBotAliasRequest>
Modifier and Type | Method | Description |
---|---|---|
GetBotAliasRequest.Builder |
botName(String botName) |
The name of the bot.
|
GetBotAliasRequest.Builder |
name(String name) |
The name of the bot alias.
|
copy
apply, build
GetBotAliasRequest.Builder name(String name)
The name of the bot alias. The name is case sensitive.
name
- The name of the bot alias. The name is case sensitive.GetBotAliasRequest.Builder botName(String botName)
The name of the bot.
botName
- The name of the bot.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.