Interface GetRepositoryPolicyResponse.Builder

    • Method Detail

      • registryId

        GetRepositoryPolicyResponse.Builder registryId​(String registryId)

        The registry ID associated with the request.

        Parameters:
        registryId - The registry ID associated with the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryName

        GetRepositoryPolicyResponse.Builder repositoryName​(String repositoryName)

        The repository name associated with the request.

        Parameters:
        repositoryName - The repository name associated with the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyText

        GetRepositoryPolicyResponse.Builder policyText​(String policyText)

        The JSON repository policy text associated with the repository.

        Parameters:
        policyText - The JSON repository policy text associated with the repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.