Interface BotAliasTestExecutionTarget.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BotAliasTestExecutionTarget.Builder,
,BotAliasTestExecutionTarget> SdkBuilder<BotAliasTestExecutionTarget.Builder,
,BotAliasTestExecutionTarget> SdkPojo
- Enclosing class:
BotAliasTestExecutionTarget
public static interface BotAliasTestExecutionTarget.Builder
extends SdkPojo, CopyableBuilder<BotAliasTestExecutionTarget.Builder,BotAliasTestExecutionTarget>
-
Method Summary
Modifier and TypeMethodDescriptionbotAliasId
(String botAliasId) The bot alias Id of the bot alias used in the test set execution.The bot Id of the bot alias used in the test set execution.The locale Id of the bot alias used in the test set execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
botId
The bot Id of the bot alias used in the test set execution.
- Parameters:
botId
- The bot Id of the bot alias used in the test set execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAliasId
The bot alias Id of the bot alias used in the test set execution.
- Parameters:
botAliasId
- The bot alias Id of the bot alias used in the test set execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The locale Id of the bot alias used in the test set execution.
- Parameters:
localeId
- The locale Id of the bot alias used in the test set execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-