Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.TestExecutionTarget.Builder
-
Packages that use TestExecutionTarget.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestExecutionTarget.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TestExecutionTarget.Builder Modifier and Type Method Description default TestExecutionTarget.BuilderTestExecutionTarget.Builder. botAliasTarget(Consumer<BotAliasTestExecutionTarget.Builder> botAliasTarget)Contains information about the bot alias used for the test execution.TestExecutionTarget.BuilderTestExecutionTarget.Builder. botAliasTarget(BotAliasTestExecutionTarget botAliasTarget)Contains information about the bot alias used for the test execution.static TestExecutionTarget.BuilderTestExecutionTarget. builder()TestExecutionTarget.BuilderTestExecutionTarget. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TestExecutionTarget.Builder Modifier and Type Method Description static Class<? extends TestExecutionTarget.Builder>TestExecutionTarget. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TestExecutionTarget.Builder Modifier and Type Method Description default DescribeTestExecutionResponse.BuilderDescribeTestExecutionResponse.Builder. target(Consumer<TestExecutionTarget.Builder> target)The target bot for the test set execution details.default StartTestExecutionRequest.BuilderStartTestExecutionRequest.Builder. target(Consumer<TestExecutionTarget.Builder> target)The target bot for the test set execution.default StartTestExecutionResponse.BuilderStartTestExecutionResponse.Builder. target(Consumer<TestExecutionTarget.Builder> target)The target bot for the test set execution.default TestExecutionSummary.BuilderTestExecutionSummary.Builder. target(Consumer<TestExecutionTarget.Builder> target)Contains information about the bot used for the test execution..
-