static TestCaseSummary.Builder |
TestCaseSummary.builder() |
|
TestCaseSummary.Builder |
TestCaseSummary.Builder.creationTime(Instant creationTime) |
The creation time of the test case summary.
|
TestCaseSummary.Builder |
TestCaseSummary.Builder.lastUpdateTime(Instant lastUpdateTime) |
The last update time of the test case summary.
|
TestCaseSummary.Builder |
TestCaseSummary.Builder.latestVersion(Integer latestVersion) |
The latest version of the test case summary.
|
TestCaseSummary.Builder |
TestCaseSummary.Builder.name(String name) |
The name of the test case summary.
|
TestCaseSummary.Builder |
TestCaseSummary.Builder.status(String status) |
The status of the test case summary.
|
TestCaseSummary.Builder |
TestCaseSummary.Builder.status(TestCaseLifecycle status) |
The status of the test case summary.
|
TestCaseSummary.Builder |
TestCaseSummary.Builder.statusReason(String statusReason) |
The status reason of the test case summary.
|
TestCaseSummary.Builder |
TestCaseSummary.Builder.testCaseArn(String testCaseArn) |
The test case Amazon Resource Name (ARN) of the test case summary.
|
TestCaseSummary.Builder |
TestCaseSummary.Builder.testCaseId(String testCaseId) |
The test case ID of the test case summary.
|
TestCaseSummary.Builder |
TestCaseSummary.toBuilder() |
|