Interface TestCaseSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestCaseSummary.Builder,TestCaseSummary>,SdkBuilder<TestCaseSummary.Builder,TestCaseSummary>,SdkPojo
- Enclosing class:
- TestCaseSummary
public static interface TestCaseSummary.Builder extends SdkPojo, CopyableBuilder<TestCaseSummary.Builder,TestCaseSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestCaseSummary.BuildercreationTime(Instant creationTime)The creation time of the test case summary.TestCaseSummary.BuilderlastUpdateTime(Instant lastUpdateTime)The last update time of the test case summary.TestCaseSummary.BuilderlatestVersion(Integer latestVersion)The latest version of the test case summary.TestCaseSummary.Buildername(String name)The name of the test case summary.TestCaseSummary.Builderstatus(String status)The status of the test case summary.TestCaseSummary.Builderstatus(TestCaseLifecycle status)The status of the test case summary.TestCaseSummary.BuilderstatusReason(String statusReason)The status reason of the test case summary.TestCaseSummary.BuildertestCaseArn(String testCaseArn)The test case Amazon Resource Name (ARN) of the test case summary.TestCaseSummary.BuildertestCaseId(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 Detail
-
testCaseId
TestCaseSummary.Builder testCaseId(String 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
TestCaseSummary.Builder testCaseArn(String 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
TestCaseSummary.Builder name(String 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
TestCaseSummary.Builder statusReason(String 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
TestCaseSummary.Builder latestVersion(Integer 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
TestCaseSummary.Builder status(String 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:
TestCaseLifecycle,TestCaseLifecycle
-
status
TestCaseSummary.Builder status(TestCaseLifecycle 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:
TestCaseLifecycle,TestCaseLifecycle
-
creationTime
TestCaseSummary.Builder creationTime(Instant 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
TestCaseSummary.Builder lastUpdateTime(Instant 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.
-
-