Interface TargetContainerRepository.Builder

  • Method Details

    • service

      Specifies the service in which this image was registered.

      Parameters:
      service - Specifies the service in which this image was registered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • service

      Specifies the service in which this image was registered.

      Parameters:
      service - Specifies the service in which this image was registered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • repositoryName

      TargetContainerRepository.Builder repositoryName(String repositoryName)

      The name of the container repository where the output container image is stored. Provide the repository name only (a namespace path such as team-a/my-repo is allowed, but not the registry hostname).

      Parameters:
      repositoryName - The name of the container repository where the output container image is stored. Provide the repository name only (a namespace path such as team-a/my-repo is allowed, but not the registry hostname).
      Returns:
      Returns a reference to this object so that method calls can be chained together.