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