public static interface TestExecutionTarget.Builder extends SdkPojo, CopyableBuilder<TestExecutionTarget.Builder,TestExecutionTarget>
| Modifier and Type | Method and Description |
|---|---|
TestExecutionTarget.Builder |
botAliasTarget(BotAliasTestExecutionTarget botAliasTarget)
Contains information about the bot alias used for the test execution.
|
default TestExecutionTarget.Builder |
botAliasTarget(Consumer<BotAliasTestExecutionTarget.Builder> botAliasTarget)
Contains information about the bot alias used for the test execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestExecutionTarget.Builder botAliasTarget(BotAliasTestExecutionTarget botAliasTarget)
Contains information about the bot alias used for the test execution.
botAliasTarget - Contains information about the bot alias used for the test execution.default TestExecutionTarget.Builder botAliasTarget(Consumer<BotAliasTestExecutionTarget.Builder> botAliasTarget)
Contains information about the bot alias used for the test execution.
This is a convenience method that creates an instance of theBotAliasTestExecutionTarget.Builder
avoiding the need to create one manually via BotAliasTestExecutionTarget.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to botAliasTarget(BotAliasTestExecutionTarget).
botAliasTarget - a consumer that will call methods on BotAliasTestExecutionTarget.BuilderbotAliasTarget(BotAliasTestExecutionTarget)Copyright © 2023. All rights reserved.