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