static GetTestCaseResponse.Builder |
GetTestCaseResponse.builder() |
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.creationTime(Instant creationTime) |
The creation time of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.description(String description) |
The description of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.lastUpdateTime(Instant lastUpdateTime) |
The last update time of the test case.
|
default GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.latestVersion(Consumer<TestCaseLatestVersion.Builder> latestVersion) |
The latest version of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.latestVersion(TestCaseLatestVersion latestVersion) |
The latest version of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.name(String name) |
The name of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.status(String status) |
The status of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.status(TestCaseLifecycle status) |
The status of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.statusReason(String statusReason) |
The status reason of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.steps(Collection<Step> steps) |
The steps of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.steps(Consumer<Step.Builder>... steps) |
The steps of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.steps(Step... steps) |
The steps of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.tags(Map<String,String> tags) |
The tags of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.testCaseArn(String testCaseArn) |
The Amazon Resource Name (ARN) of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.testCaseId(String testCaseId) |
The response test ID of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.Builder.testCaseVersion(Integer testCaseVersion) |
The case version of the test case.
|
GetTestCaseResponse.Builder |
GetTestCaseResponse.toBuilder() |
|