Interface ImageMapping.Builder

  • Method Details

    • sourceImage

      ImageMapping.Builder sourceImage(String sourceImage)

      Specifies the URI of the source image in the upstream registry.

      Parameters:
      sourceImage - Specifies the URI of the source image in the upstream registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationImage

      ImageMapping.Builder destinationImage(String destinationImage)

      Specifies the URI of the corresponding image in the private ECR registry.

      Parameters:
      destinationImage - Specifies the URI of the corresponding image in the private ECR registry.
      Returns:
      Returns a reference to this object so that method calls can be chained together.