Interface Artifact.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Artifact.Builder,Artifact>, SdkBuilder<Artifact.Builder,Artifact>, SdkPojo
Enclosing class:
Artifact

public static interface Artifact.Builder extends SdkPojo, CopyableBuilder<Artifact.Builder,Artifact>
  • Method Details

    • artifactFileName

      Artifact.Builder artifactFileName(String artifactFileName)

      The file name for the artifact.

      Parameters:
      artifactFileName - The file name for the artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • artifactId

      Artifact.Builder artifactId(String artifactId)

      The unique ID for the artifact.

      Parameters:
      artifactId - The unique ID for the artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.