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) The unique identifier of the artifact.artifactType(String artifactType) The file type of the artifact.artifactType(ArtifactType artifactType) The file type of the artifact.The file name of the artifact.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
-
artifactId
The unique identifier of the artifact.
- Parameters:
artifactId- The unique identifier of the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileName
The file name of the artifact.
- Parameters:
fileName- The file name of the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
artifactType
The file type of the artifact.
- Parameters:
artifactType- The file type of the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
artifactType
The file type of the artifact.
- Parameters:
artifactType- The file type of the artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-