Interface TestCases.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestCases.Builder,TestCases>,SdkBuilder<TestCases.Builder,TestCases>,SdkPojo
- Enclosing class:
- TestCases
public static interface TestCases.Builder extends SdkPojo, CopyableBuilder<TestCases.Builder,TestCases>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestCases.Buildersequential(String... sequential)The sequential of the test case.TestCases.Buildersequential(Collection<String> sequential)The sequential of the test case.-
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
-
sequential
TestCases.Builder sequential(Collection<String> sequential)
The sequential of the test case.
- Parameters:
sequential- The sequential of the test case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sequential
TestCases.Builder sequential(String... sequential)
The sequential of the test case.
- Parameters:
sequential- The sequential of the test case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-