Interface HarnessVersionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HarnessVersionSummary.Builder,,HarnessVersionSummary> SdkBuilder<HarnessVersionSummary.Builder,,HarnessVersionSummary> SdkPojo
- Enclosing class:
HarnessVersionSummary
@Mutable
@NotThreadSafe
public static interface HarnessVersionSummary.Builder
extends SdkPojo, CopyableBuilder<HarnessVersionSummary.Builder,HarnessVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the harness.The timestamp when this harness version was created.failureReason(String failureReason) Reason why the create or update operation for this harness version failed.The ID of the harness.harnessName(String harnessName) The name of the harness.harnessVersion(String harnessVersion) The version of the harness that this summary describes.The status of this harness version.status(HarnessStatus status) The status of this harness version.The timestamp when this harness version 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.
-
harnessVersion
The version of the harness that this summary describes.
- Parameters:
harnessVersion- The version of the harness that this summary describes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of this harness version.
- Parameters:
status- The status of this harness version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of this harness version.
- Parameters:
status- The status of this harness version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The timestamp when this harness version was created.
- Parameters:
createdAt- The timestamp when this harness version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when this harness version was last updated.
- Parameters:
updatedAt- The timestamp when this harness version was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
Reason why the create or update operation for this harness version failed.
- Parameters:
failureReason- Reason why the create or update operation for this harness version failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-