Interface TestConfigurationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestConfigurationSummary.Builder,TestConfigurationSummary>,SdkBuilder<TestConfigurationSummary.Builder,TestConfigurationSummary>,SdkPojo
- Enclosing class:
- TestConfigurationSummary
public static interface TestConfigurationSummary.Builder extends SdkPojo, CopyableBuilder<TestConfigurationSummary.Builder,TestConfigurationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestConfigurationSummary.BuildercreationTime(Instant creationTime)The creation time of the test configuration summary.TestConfigurationSummary.BuilderlastUpdateTime(Instant lastUpdateTime)The last update time of the test configuration summary.TestConfigurationSummary.BuilderlatestVersion(Integer latestVersion)The latest version of the test configuration summary.TestConfigurationSummary.Buildername(String name)The name of the test configuration summary.TestConfigurationSummary.Builderstatus(String status)The status of the test configuration summary.TestConfigurationSummary.Builderstatus(TestConfigurationLifecycle status)The status of the test configuration summary.TestConfigurationSummary.BuilderstatusReason(String statusReason)The status reason of the test configuration summary.TestConfigurationSummary.BuildertestConfigurationArn(String testConfigurationArn)The test configuration ARN of the test configuration summary.TestConfigurationSummary.BuildertestConfigurationId(String testConfigurationId)The test configuration ID of the test configuration summary.-
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
-
testConfigurationId
TestConfigurationSummary.Builder testConfigurationId(String testConfigurationId)
The test configuration ID of the test configuration summary.
- Parameters:
testConfigurationId- The test configuration ID of the test configuration summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
TestConfigurationSummary.Builder name(String name)
The name of the test configuration summary.
- Parameters:
name- The name of the test configuration summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusReason
TestConfigurationSummary.Builder statusReason(String statusReason)
The status reason of the test configuration summary.
- Parameters:
statusReason- The status reason of the test configuration summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersion
TestConfigurationSummary.Builder latestVersion(Integer latestVersion)
The latest version of the test configuration summary.
- Parameters:
latestVersion- The latest version of the test configuration summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testConfigurationArn
TestConfigurationSummary.Builder testConfigurationArn(String testConfigurationArn)
The test configuration ARN of the test configuration summary.
- Parameters:
testConfigurationArn- The test configuration ARN of the test configuration summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
TestConfigurationSummary.Builder status(String status)
The status of the test configuration summary.
- Parameters:
status- The status of the test configuration summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestConfigurationLifecycle,TestConfigurationLifecycle
-
status
TestConfigurationSummary.Builder status(TestConfigurationLifecycle status)
The status of the test configuration summary.
- Parameters:
status- The status of the test configuration summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestConfigurationLifecycle,TestConfigurationLifecycle
-
creationTime
TestConfigurationSummary.Builder creationTime(Instant creationTime)
The creation time of the test configuration summary.
- Parameters:
creationTime- The creation time of the test configuration summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateTime
TestConfigurationSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The last update time of the test configuration summary.
- Parameters:
lastUpdateTime- The last update time of the test configuration summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-