Interface DeleteRepositoryRequest.Builder

    • Method Detail

      • registryId

        DeleteRepositoryRequest.Builder registryId​(String registryId)

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

        Parameters:
        registryId - The Amazon Web Services account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default 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)

        If true, deleting the repository force deletes the contents of the repository. If false, the repository must be empty before attempting to delete it.

        Parameters:
        force - If true, deleting the repository force deletes the contents of the repository. If false, the repository must be empty before attempting to delete it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.