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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotAliasTestExecutionTarget.BuilderbotAliasId(String botAliasId)The bot alias Id of the bot alias used in the test set execution.BotAliasTestExecutionTarget.BuilderbotId(String botId)The bot Id of the bot alias used in the test set execution.BotAliasTestExecutionTarget.BuilderlocaleId(String localeId)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 Detail
-
botId
BotAliasTestExecutionTarget.Builder botId(String 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
BotAliasTestExecutionTarget.Builder botAliasId(String 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
BotAliasTestExecutionTarget.Builder localeId(String 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.
-
-