Interface BatchDeleteImageRequest.Builder

    • Method Detail

      • registryId

        BatchDeleteImageRequest.Builder registryId​(String registryId)

        The Amazon Web Services account ID, or registry alias, that's associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.

        Parameters:
        registryId - The Amazon Web Services account ID, or registry alias, that's associated with the registry that contains the image to delete. If you do not specify a registry, the default public registry is assumed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryName

        BatchDeleteImageRequest.Builder repositoryName​(String repositoryName)

        The repository in a public registry that contains the image to delete.

        Parameters:
        repositoryName - The repository in a public registry that contains the image to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageIds

        BatchDeleteImageRequest.Builder imageIds​(Collection<ImageIdentifier> imageIds)

        A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

        Parameters:
        imageIds - A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageIds

        BatchDeleteImageRequest.Builder imageIds​(ImageIdentifier... imageIds)

        A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.

        Parameters:
        imageIds - A list of image ID references that correspond to images to delete. The format of the imageIds reference is imageTag=tag or imageDigest=digest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.