Interface DeleteRepositoryRequest.Builder

    • Method Detail

      • registryId

        DeleteRepositoryRequest.Builder registryId​(String registryId)

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

        Parameters:
        registryId - The Amazon Web Services account ID that's associated with the public registry that contains the repository 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

        DeleteRepositoryRequest.Builder repositoryName​(String repositoryName)

        The name of the repository to delete.

        Parameters:
        repositoryName - The name of the repository to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • force

        DeleteRepositoryRequest.Builder force​(Boolean force)

        The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.

        Parameters:
        force - The force option can be used to delete a repository that contains images. If the force option is not used, the repository must be empty prior to deletion.
        Returns:
        Returns a reference to this object so that method calls can be chained together.