Interface TestConfigurationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TestConfigurationSummary.Builder,
,TestConfigurationSummary> SdkBuilder<TestConfigurationSummary.Builder,
,TestConfigurationSummary> SdkPojo
- Enclosing class:
TestConfigurationSummary
@Mutable
@NotThreadSafe
public static interface TestConfigurationSummary.Builder
extends SdkPojo, CopyableBuilder<TestConfigurationSummary.Builder,TestConfigurationSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The creation time of the test configuration summary.lastUpdateTime
(Instant lastUpdateTime) The last update time of the test configuration summary.latestVersion
(Integer latestVersion) The latest version of the test configuration summary.The name of the test configuration summary.The status of the test configuration summary.status
(TestConfigurationLifecycle status) The status of the test configuration summary.statusReason
(String statusReason) The status reason of the test configuration summary.testConfigurationArn
(String testConfigurationArn) The test configuration ARN of the test configuration summary.testConfigurationId
(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 Details
-
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
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
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
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
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
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:
-
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:
-
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
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.
-