Interface ArtifactSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ArtifactSummary.Builder,,ArtifactSummary> SdkBuilder<ArtifactSummary.Builder,,ArtifactSummary> SdkPojo
- Enclosing class:
ArtifactSummary
@Mutable
@NotThreadSafe
public static interface ArtifactSummary.Builder
extends SdkPojo, CopyableBuilder<ArtifactSummary.Builder,ArtifactSummary>
-
Method Summary
Modifier and TypeMethodDescriptionartifactId(String artifactId) Unique identifier of the artifactartifactType(String artifactType) Type of the artifact fileartifactType(ArtifactType artifactType) Type of the artifact fileName of the artifact fileMethods 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
-
artifactId
Unique identifier of the artifact
- Parameters:
artifactId- Unique identifier of the artifact- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileName
Name of the artifact file
- Parameters:
fileName- Name of the artifact file- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactType
Type of the artifact file
- Parameters:
artifactType- Type of the artifact file- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
artifactType
Type of the artifact file
- Parameters:
artifactType- Type of the artifact file- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-