Interface GetArtifactUrlResponse.Builder

    • Method Detail

      • artifactId

        GetArtifactUrlResponse.Builder artifactId​(String artifactId)

        The unique ID for an artifact.

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

        GetArtifactUrlResponse.Builder artifactUrl​(String artifactUrl)

        The presigned URL for the artifact.

        Parameters:
        artifactUrl - The presigned URL for the artifact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.