Interface ImageRepository.Builder

    • Method Detail

      • imageIdentifier

        ImageRepository.Builder imageIdentifier​(String imageIdentifier)

        The identifier of an image.

        For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.

        Parameters:
        imageIdentifier - The identifier of an image.

        For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageConfiguration

        ImageRepository.Builder imageConfiguration​(ImageConfiguration imageConfiguration)

        Configuration for running the identified image.

        Parameters:
        imageConfiguration - Configuration for running the identified image.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageRepositoryType

        ImageRepository.Builder imageRepositoryType​(String imageRepositoryType)

        The type of the image repository. This reflects the repository provider and whether the repository is private or public.

        Parameters:
        imageRepositoryType - The type of the image repository. This reflects the repository provider and whether the repository is private or public.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImageRepositoryType, ImageRepositoryType
      • imageRepositoryType

        ImageRepository.Builder imageRepositoryType​(ImageRepositoryType imageRepositoryType)

        The type of the image repository. This reflects the repository provider and whether the repository is private or public.

        Parameters:
        imageRepositoryType - The type of the image repository. This reflects the repository provider and whether the repository is private or public.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ImageRepositoryType, ImageRepositoryType