Interface SuiteRunInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SuiteRunInformation.Builder,
,SuiteRunInformation> SdkBuilder<SuiteRunInformation.Builder,
,SuiteRunInformation> SdkPojo
- Enclosing class:
SuiteRunInformation
public static interface SuiteRunInformation.Builder
extends SdkPojo, CopyableBuilder<SuiteRunInformation.Builder,SuiteRunInformation>
-
Method Summary
Modifier and TypeMethodDescriptionDate (in Unix epoch time) when the suite run was created.Date (in Unix epoch time) when the suite run ended.Number of test cases that failed in the suite run.Number of test cases that passed in the suite run.Date (in Unix epoch time) when the suite run was started.Status of the suite run.status
(SuiteRunStatus status) Status of the suite run.suiteDefinitionId
(String suiteDefinitionId) Suite definition ID of the suite run.suiteDefinitionName
(String suiteDefinitionName) Suite definition name of the suite run.suiteDefinitionVersion
(String suiteDefinitionVersion) Suite definition version of the suite run.suiteRunId
(String suiteRunId) Suite run ID of the suite run.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, sdkFields
-
Method Details
-
suiteDefinitionId
Suite definition ID of the suite run.
- Parameters:
suiteDefinitionId
- Suite definition ID of the suite run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suiteDefinitionVersion
Suite definition version of the suite run.
- Parameters:
suiteDefinitionVersion
- Suite definition version of the suite run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suiteDefinitionName
Suite definition name of the suite run.
- Parameters:
suiteDefinitionName
- Suite definition name of the suite run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suiteRunId
Suite run ID of the suite run.
- Parameters:
suiteRunId
- Suite run ID of the suite run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Date (in Unix epoch time) when the suite run was created.
- Parameters:
createdAt
- Date (in Unix epoch time) when the suite run was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
Date (in Unix epoch time) when the suite run was started.
- Parameters:
startedAt
- Date (in Unix epoch time) when the suite run was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endAt
Date (in Unix epoch time) when the suite run ended.
- Parameters:
endAt
- Date (in Unix epoch time) when the suite run ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Status of the suite run.
- Parameters:
status
- Status of the suite run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Status of the suite run.
- Parameters:
status
- Status of the suite run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
passed
Number of test cases that passed in the suite run.
- Parameters:
passed
- Number of test cases that passed in the suite run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
Number of test cases that failed in the suite run.
- Parameters:
failed
- Number of test cases that failed in the suite run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-