Interface TestCaseScenario.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestCaseScenario.Builder,TestCaseScenario>,SdkBuilder<TestCaseScenario.Builder,TestCaseScenario>,SdkPojo
- Enclosing class:
- TestCaseScenario
public static interface TestCaseScenario.Builder extends SdkPojo, CopyableBuilder<TestCaseScenario.Builder,TestCaseScenario>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestCaseScenario.Builderfailure(String failure)Provides test case scenario failure result.TestCaseScenario.Builderstatus(String status)Provides the test case scenario status.TestCaseScenario.Builderstatus(TestCaseScenarioStatus status)Provides the test case scenario status.TestCaseScenario.BuildersystemMessage(String systemMessage)Provides test case scenario system messages if any.TestCaseScenario.BuildertestCaseScenarioId(String testCaseScenarioId)Provides test case scenario ID.TestCaseScenario.BuildertestCaseScenarioType(String testCaseScenarioType)Provides test case scenario type.TestCaseScenario.BuildertestCaseScenarioType(TestCaseScenarioType testCaseScenarioType)Provides test case scenario type.-
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
-
testCaseScenarioId
TestCaseScenario.Builder testCaseScenarioId(String testCaseScenarioId)
Provides test case scenario ID.
- Parameters:
testCaseScenarioId- Provides test case scenario ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCaseScenarioType
TestCaseScenario.Builder testCaseScenarioType(String testCaseScenarioType)
Provides test case scenario type. Type is one of the following:
-
Advanced
-
Basic
- Parameters:
testCaseScenarioType- Provides test case scenario type. Type is one of the following:-
Advanced
-
Basic
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestCaseScenarioType,TestCaseScenarioType
-
-
testCaseScenarioType
TestCaseScenario.Builder testCaseScenarioType(TestCaseScenarioType testCaseScenarioType)
Provides test case scenario type. Type is one of the following:
-
Advanced
-
Basic
- Parameters:
testCaseScenarioType- Provides test case scenario type. Type is one of the following:-
Advanced
-
Basic
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestCaseScenarioType,TestCaseScenarioType
-
-
status
TestCaseScenario.Builder status(String status)
Provides the test case scenario status. Status is one of the following:
-
PASS: Test passed. -
FAIL: Test failed. -
PENDING: Test has not started running but is scheduled. -
RUNNING: Test is running. -
STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite run. -
STOPPEDTest is stopped. You will see this status only if you stop a suite run. -
PASS_WITH_WARNINGS: Test passed with warnings. -
ERORR: Test faced an error when running due to an internal issue.
- Parameters:
status- Provides the test case scenario status. Status is one of the following:-
PASS: Test passed. -
FAIL: Test failed. -
PENDING: Test has not started running but is scheduled. -
RUNNING: Test is running. -
STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite run. -
STOPPEDTest is stopped. You will see this status only if you stop a suite run. -
PASS_WITH_WARNINGS: Test passed with warnings. -
ERORR: Test faced an error when running due to an internal issue.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestCaseScenarioStatus,TestCaseScenarioStatus
-
-
status
TestCaseScenario.Builder status(TestCaseScenarioStatus status)
Provides the test case scenario status. Status is one of the following:
-
PASS: Test passed. -
FAIL: Test failed. -
PENDING: Test has not started running but is scheduled. -
RUNNING: Test is running. -
STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite run. -
STOPPEDTest is stopped. You will see this status only if you stop a suite run. -
PASS_WITH_WARNINGS: Test passed with warnings. -
ERORR: Test faced an error when running due to an internal issue.
- Parameters:
status- Provides the test case scenario status. Status is one of the following:-
PASS: Test passed. -
FAIL: Test failed. -
PENDING: Test has not started running but is scheduled. -
RUNNING: Test is running. -
STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite run. -
STOPPEDTest is stopped. You will see this status only if you stop a suite run. -
PASS_WITH_WARNINGS: Test passed with warnings. -
ERORR: Test faced an error when running due to an internal issue.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestCaseScenarioStatus,TestCaseScenarioStatus
-
-
failure
TestCaseScenario.Builder failure(String failure)
Provides test case scenario failure result.
- Parameters:
failure- Provides test case scenario failure result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
systemMessage
TestCaseScenario.Builder systemMessage(String systemMessage)
Provides test case scenario system messages if any.
- Parameters:
systemMessage- Provides test case scenario system messages if any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-