| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.apiMode(String apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.apiMode(TestExecutionApiMode apiMode)
Specifies whether the API mode for the test execution is streaming or non-streaming.
|
static TestExecutionSummary.Builder |
TestExecutionSummary.builder() |
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.creationDateTime(Instant creationDateTime)
The date and time at which the test execution was created.
|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time at which the test execution was last updated.
|
default TestExecutionSummary.Builder |
TestExecutionSummary.Builder.target(Consumer<TestExecutionTarget.Builder> target)
Contains information about the bot used for the test execution..
|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.target(TestExecutionTarget target)
Contains information about the bot used for the test execution..
|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.testExecutionId(String testExecutionId)
The unique identifier of the test execution.
|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.testExecutionModality(String testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.testExecutionModality(TestExecutionModality testExecutionModality)
Specifies whether the data used for the test execution is written or spoken.
|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.testExecutionStatus(String testExecutionStatus)
The current status of the test execution.
|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.testExecutionStatus(TestExecutionStatus testExecutionStatus)
The current status of the test execution.
|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.testSetId(String testSetId)
The unique identifier of the test set used in the test execution.
|
TestExecutionSummary.Builder |
TestExecutionSummary.Builder.testSetName(String testSetName)
The name of the test set used in the test execution.
|
TestExecutionSummary.Builder |
TestExecutionSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestExecutionSummary.Builder> |
TestExecutionSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.