Interface TestCases.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TestCases.Builder,
,TestCases> SdkBuilder<TestCases.Builder,
,TestCases> SdkPojo
- Enclosing class:
TestCases
@Mutable
@NotThreadSafe
public static interface TestCases.Builder
extends SdkPojo, CopyableBuilder<TestCases.Builder,TestCases>
-
Method Summary
Modifier and TypeMethodDescriptionsequential
(String... sequential) The sequential of the test case.sequential
(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 Details
-
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
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.
-