Interface TestCaseSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestCaseSummary.Builder,,TestCaseSummary> SdkBuilder<TestCaseSummary.Builder,,TestCaseSummary> SdkPojo
- Enclosing class:
TestCaseSummary
@Mutable
@NotThreadSafe
public static interface TestCaseSummary.Builder
extends SdkPojo, CopyableBuilder<TestCaseSummary.Builder,TestCaseSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the test case.The identifier of the test case.lastModifiedRegion(String lastModifiedRegion) The region in which the test case was last modified.lastModifiedTime(Instant lastModifiedTime) The time at which the test case was last modified.The name of the test case.The status of the test case.status(TestCaseStatus status) The status of the test case.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The identifier of the test case.
- Parameters:
id- The identifier of the test case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the test case.
- Parameters:
arn- The Amazon Resource Name (ARN) of the test case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the test case.
- Parameters:
name- The name of the test case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the test case.
- Parameters:
status- The status of the test case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the test case.
- Parameters:
status- The status of the test case.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedTime
The time at which the test case was last modified.
- Parameters:
lastModifiedTime- The time at which the test case was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
The region in which the test case was last modified.
- Parameters:
lastModifiedRegion- The region in which the test case was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-