Interface TestSuiteSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TestSuiteSummary.Builder,
,TestSuiteSummary> SdkBuilder<TestSuiteSummary.Builder,
,TestSuiteSummary> SdkPojo
- Enclosing class:
TestSuiteSummary
@Mutable
@NotThreadSafe
public static interface TestSuiteSummary.Builder
extends SdkPojo, CopyableBuilder<TestSuiteSummary.Builder,TestSuiteSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The creation time of the test suite summary.lastUpdateTime
(Instant lastUpdateTime) The last update time of the test suite summary.latestVersion
(Integer latestVersion) The latest version of the test suite summary.The name of the test suite summary.The status of the test suite summary.status
(TestSuiteLifecycle status) The status of the test suite summary.statusReason
(String statusReason) The status reason of the test suite summary.testSuiteArn
(String testSuiteArn) The test suite Amazon Resource Name (ARN) of the test suite summary.testSuiteId
(String testSuiteId) The test suite ID of the test suite 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
-
testSuiteId
The test suite ID of the test suite summary.
- Parameters:
testSuiteId
- The test suite ID of the test suite summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the test suite summary.
- Parameters:
name
- The name of the test suite summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReason
The status reason of the test suite summary.
- Parameters:
statusReason
- The status reason of the test suite summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersion
The latest version of the test suite summary.
- Parameters:
latestVersion
- The latest version of the test suite summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSuiteArn
The test suite Amazon Resource Name (ARN) of the test suite summary.
- Parameters:
testSuiteArn
- The test suite Amazon Resource Name (ARN) of the test suite summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the test suite summary.
- Parameters:
status
- The status of the test suite summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the test suite summary.
- Parameters:
status
- The status of the test suite 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 suite summary.
- Parameters:
creationTime
- The creation time of the test suite summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateTime
The last update time of the test suite summary.
- Parameters:
lastUpdateTime
- The last update time of the test suite summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-