Interface ArtifactDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ArtifactDetails.Builder,,ArtifactDetails> SdkBuilder<ArtifactDetails.Builder,,ArtifactDetails> SdkPojo
- Enclosing class:
ArtifactDetails
@Mutable
@NotThreadSafe
public static interface ArtifactDetails.Builder
extends SdkPojo, CopyableBuilder<ArtifactDetails.Builder,ArtifactDetails>
-
Method Summary
Modifier and TypeMethodDescriptionfailureReason(String failureReason) The reason for failure if the artifact generation failedoutputLocation(String outputLocation) The generation status of the artifactThe generation status of the artifactMethods 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
-
outputLocation
- Parameters:
outputLocation-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The generation status of the artifact
- Parameters:
status- The generation status of the artifact- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The generation status of the artifact
- Parameters:
status- The generation status of the artifact- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReason
The reason for failure if the artifact generation failed
- Parameters:
failureReason- The reason for failure if the artifact generation failed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-