Interface TestRunSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestRunSummary.Builder,,TestRunSummary> SdkBuilder<TestRunSummary.Builder,,TestRunSummary> SdkPojo
- Enclosing class:
TestRunSummary
@Mutable
@NotThreadSafe
public static interface TestRunSummary.Builder
extends SdkPojo, CopyableBuilder<TestRunSummary.Builder,TestRunSummary>
-
Method Summary
Modifier and TypeMethodDescriptionaccountTargeting(String accountTargeting) Indicates whether this test run targets a single account or multiple accounts.accountTargeting(AccountTargeting accountTargeting) Indicates whether this test run targets a single account or multiple accounts.The timestamp when the test run ended.errorMessage(String errorMessage) A human-readable reason for test run failure.serviceArn(String serviceArn) The ARN of the service the test run belongs to.The timestamp when the test run started.The current status of the test run.status(TestRunStatus status) The current status of the test run.The unique identifier of the test run.testTemplateArn(String testTemplateArn) The ARN of the test template the test run was based on.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
-
testRunId
The unique identifier of the test run.
- Parameters:
testRunId- The unique identifier of the test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the test run.
- Parameters:
status- The current status of the test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the test run.
- Parameters:
status- The current status of the test run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startedAt
The timestamp when the test run started.
- Parameters:
startedAt- The timestamp when the test run started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
The timestamp when the test run ended.
- Parameters:
endedAt- The timestamp when the test run ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testTemplateArn
The ARN of the test template the test run was based on.
- Parameters:
testTemplateArn- The ARN of the test template the test run was based on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArn
The ARN of the service the test run belongs to.
- Parameters:
serviceArn- The ARN of the service the test run belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
A human-readable reason for test run failure. Only present when the status is FAILED or ERROR.
- Parameters:
errorMessage- A human-readable reason for test run failure. Only present when the status is FAILED or ERROR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountTargeting
Indicates whether this test run targets a single account or multiple accounts.
- Parameters:
accountTargeting- Indicates whether this test run targets a single account or multiple accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accountTargeting
Indicates whether this test run targets a single account or multiple accounts.
- Parameters:
accountTargeting- Indicates whether this test run targets a single account or multiple accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-