Interface TestRunSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestRunSummary.Builder,TestRunSummary>,SdkBuilder<TestRunSummary.Builder,TestRunSummary>,SdkPojo
- Enclosing class:
- TestRunSummary
public static interface TestRunSummary.Builder extends SdkPojo, CopyableBuilder<TestRunSummary.Builder,TestRunSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestRunSummary.BuilderrunEndTime(Instant runEndTime)The run end time of the test run summary.TestRunSummary.BuilderrunStartTime(Instant runStartTime)The run start time of the test run summary.TestRunSummary.Builderstatus(String status)The status of the test run summary.TestRunSummary.Builderstatus(TestRunStatus status)The status of the test run summary.TestRunSummary.BuilderstatusReason(String statusReason)The status reason of the test run summary.TestRunSummary.BuildertestConfigurationId(String testConfigurationId)The test configuration ID of the test run summary.TestRunSummary.BuildertestConfigurationVersion(Integer testConfigurationVersion)The test configuration version of the test run summary.TestRunSummary.BuildertestRunArn(String testRunArn)The test run ARN of the test run summary.TestRunSummary.BuildertestRunId(String testRunId)The test run ID of the test run summary.TestRunSummary.BuildertestSuiteId(String testSuiteId)The test suite ID of the test run summary.TestRunSummary.BuildertestSuiteVersion(Integer testSuiteVersion)The test suite version of the test run 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
-
testRunId
TestRunSummary.Builder testRunId(String testRunId)
The test run ID of the test run summary.
- Parameters:
testRunId- The test run ID of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testRunArn
TestRunSummary.Builder testRunArn(String testRunArn)
The test run ARN of the test run summary.
- Parameters:
testRunArn- The test run ARN of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSuiteId
TestRunSummary.Builder testSuiteId(String testSuiteId)
The test suite ID of the test run summary.
- Parameters:
testSuiteId- The test suite ID of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSuiteVersion
TestRunSummary.Builder testSuiteVersion(Integer testSuiteVersion)
The test suite version of the test run summary.
- Parameters:
testSuiteVersion- The test suite version of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testConfigurationId
TestRunSummary.Builder testConfigurationId(String testConfigurationId)
The test configuration ID of the test run summary.
- Parameters:
testConfigurationId- The test configuration ID of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testConfigurationVersion
TestRunSummary.Builder testConfigurationVersion(Integer testConfigurationVersion)
The test configuration version of the test run summary.
- Parameters:
testConfigurationVersion- The test configuration version of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
TestRunSummary.Builder status(String status)
The status of the test run summary.
- Parameters:
status- The status of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestRunStatus,TestRunStatus
-
status
TestRunSummary.Builder status(TestRunStatus status)
The status of the test run summary.
- Parameters:
status- The status of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestRunStatus,TestRunStatus
-
statusReason
TestRunSummary.Builder statusReason(String statusReason)
The status reason of the test run summary.
- Parameters:
statusReason- The status reason of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runStartTime
TestRunSummary.Builder runStartTime(Instant runStartTime)
The run start time of the test run summary.
- Parameters:
runStartTime- The run start time of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runEndTime
TestRunSummary.Builder runEndTime(Instant runEndTime)
The run end time of the test run summary.
- Parameters:
runEndTime- The run end time of the test run summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-