Interface ImageReferrer.Builder

  • Method Details

    • digest

      ImageReferrer.Builder digest(String digest)

      The digest of the artifact manifest.

      Parameters:
      digest - The digest of the artifact manifest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mediaType

      ImageReferrer.Builder mediaType(String mediaType)

      The media type of the artifact manifest.

      Parameters:
      mediaType - The media type of the artifact manifest.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • artifactType

      ImageReferrer.Builder artifactType(String artifactType)

      A string identifying the type of artifact.

      Parameters:
      artifactType - A string identifying the type of artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • size

      The size, in bytes, of the artifact.

      Parameters:
      size - The size, in bytes, of the artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • annotations

      ImageReferrer.Builder annotations(Map<String,String> annotations)

      A map of annotations associated with the artifact.

      Parameters:
      annotations - A map of annotations associated with the artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • artifactStatus

      ImageReferrer.Builder artifactStatus(String artifactStatus)

      The status of the artifact. Valid values are ACTIVE, ARCHIVED, or ACTIVATING.

      Parameters:
      artifactStatus - The status of the artifact. Valid values are ACTIVE, ARCHIVED, or ACTIVATING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • artifactStatus

      ImageReferrer.Builder artifactStatus(ArtifactStatus artifactStatus)

      The status of the artifact. Valid values are ACTIVE, ARCHIVED, or ACTIVATING.

      Parameters:
      artifactStatus - The status of the artifact. Valid values are ACTIVE, ARCHIVED, or ACTIVATING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: