Interface HarnessSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HarnessSummary.Builder,,HarnessSummary> SdkBuilder<HarnessSummary.Builder,,HarnessSummary> SdkPojo
- Enclosing class:
HarnessSummary
@Mutable
@NotThreadSafe
public static interface HarnessSummary.Builder
extends SdkPojo, CopyableBuilder<HarnessSummary.Builder,HarnessSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the harness.The timestamp when the harness was created.The ID of the harness.harnessName(String harnessName) The name of the harness.The current status of the harness.status(HarnessStatus status) The current status of the harness.The timestamp when the harness was last updated.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
-
harnessId
The ID of the harness.
- Parameters:
harnessId- The ID of the harness.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
harnessName
The name of the harness.
- Parameters:
harnessName- The name of the harness.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the harness.
- Parameters:
arn- The ARN of the harness.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the harness.
- Parameters:
status- The current status of the harness.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the harness.
- Parameters:
status- The current status of the harness.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when the harness was created.
- Parameters:
createdAt- The timestamp when the harness was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the harness was last updated.
- Parameters:
updatedAt- The timestamp when the harness was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-