Interface TestCaseSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TestCaseSummary.Builder,
,TestCaseSummary> SdkBuilder<TestCaseSummary.Builder,
,TestCaseSummary> SdkPojo
- Enclosing class:
TestCaseSummary
@Mutable
@NotThreadSafe
public static interface TestCaseSummary.Builder
extends SdkPojo, CopyableBuilder<TestCaseSummary.Builder,TestCaseSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The creation time of the test case summary.lastUpdateTime
(Instant lastUpdateTime) The last update time of the test case summary.latestVersion
(Integer latestVersion) The latest version of the test case summary.The name of the test case summary.The status of the test case summary.status
(TestCaseLifecycle status) The status of the test case summary.statusReason
(String statusReason) The status reason of the test case summary.testCaseArn
(String testCaseArn) The test case Amazon Resource Name (ARN) of the test case summary.testCaseId
(String testCaseId) The test case ID of the test case summary.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
testCaseId
The test case ID of the test case summary.
- Parameters:
testCaseId
- The test case ID of the test case summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseArn
The test case Amazon Resource Name (ARN) of the test case summary.
- Parameters:
testCaseArn
- The test case Amazon Resource Name (ARN) of the test case summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the test case summary.
- Parameters:
name
- The name of the test case summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReason
The status reason of the test case summary.
- Parameters:
statusReason
- The status reason of the test case summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersion
The latest version of the test case summary.
- Parameters:
latestVersion
- The latest version of the test case summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the test case summary.
- Parameters:
status
- The status of the test case summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the test case summary.
- Parameters:
status
- The status of the test case summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The creation time of the test case summary.
- Parameters:
creationTime
- The creation time of the test case summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateTime
The last update time of the test case summary.
- Parameters:
lastUpdateTime
- The last update time of the test case summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-