Interface TestSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestSummary.Builder,,TestSummary> SdkBuilder<TestSummary.Builder,,TestSummary> SdkPojo
- Enclosing class:
TestSummary
@Mutable
@NotThreadSafe
public static interface TestSummary.Builder
extends SdkPojo, CopyableBuilder<TestSummary.Builder,TestSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Instant creationTime) The timestamp when the test was created.serviceArn(String serviceArn) The ARN of the service the test belongs to.successfulTestRuns(Integer successfulTestRuns) The number of successful runs of the test.The unique identifier of the test.testTemplateArn(String testTemplateArn) The ARN of the test template the test was created from.totalTestRuns(Integer totalTestRuns) The total number of runs of the test.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
testId
The unique identifier of the test.
- Parameters:
testId- The unique identifier of the test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testTemplateArn
The ARN of the test template the test was created from.
- Parameters:
testTemplateArn- The ARN of the test template the test was created from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArn
The ARN of the service the test belongs to.
- Parameters:
serviceArn- The ARN of the service the test belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalTestRuns
The total number of runs of the test.
- Parameters:
totalTestRuns- The total number of runs of the test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulTestRuns
The number of successful runs of the test.
- Parameters:
successfulTestRuns- The number of successful runs of the test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The timestamp when the test was created.
- Parameters:
creationTime- The timestamp when the test was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-