Interface TestCaseLatestVersion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestCaseLatestVersion.Builder,TestCaseLatestVersion>,SdkBuilder<TestCaseLatestVersion.Builder,TestCaseLatestVersion>,SdkPojo
- Enclosing class:
- TestCaseLatestVersion
public static interface TestCaseLatestVersion.Builder extends SdkPojo, CopyableBuilder<TestCaseLatestVersion.Builder,TestCaseLatestVersion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestCaseLatestVersion.Builderstatus(String status)The status of the test case latest version.TestCaseLatestVersion.Builderstatus(TestCaseLifecycle status)The status of the test case latest version.TestCaseLatestVersion.BuilderstatusReason(String statusReason)The status reason of the test case latest version.TestCaseLatestVersion.Builderversion(Integer version)The version of the test case latest version.-
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
-
version
TestCaseLatestVersion.Builder version(Integer version)
The version of the test case latest version.
- Parameters:
version- The version of the test case latest version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
TestCaseLatestVersion.Builder status(String status)
The status of the test case latest version.
- Parameters:
status- The status of the test case latest version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestCaseLifecycle,TestCaseLifecycle
-
status
TestCaseLatestVersion.Builder status(TestCaseLifecycle status)
The status of the test case latest version.
- Parameters:
status- The status of the test case latest version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestCaseLifecycle,TestCaseLifecycle
-
statusReason
TestCaseLatestVersion.Builder statusReason(String statusReason)
The status reason of the test case latest version.
- Parameters:
statusReason- The status reason of the test case latest version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-