public static interface Artifact.Builder extends SdkPojo, CopyableBuilder<Artifact.Builder,Artifact>
| Modifier and Type | Method and Description |
|---|---|
Artifact.Builder |
artifactFileName(String artifactFileName)
The file name for the artifact.
|
Artifact.Builder |
artifactId(String artifactId)
The unique ID for the artifact.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildArtifact.Builder artifactFileName(String artifactFileName)
The file name for the artifact.
artifactFileName - The file name for the artifact.Artifact.Builder artifactId(String artifactId)
The unique ID for the artifact.
artifactId - The unique ID for the artifact.Copyright © 2023. All rights reserved.