Interface SetRepositoryPolicyResponse.Builder

    • Method Detail

      • registryId

        SetRepositoryPolicyResponse.Builder registryId​(String registryId)

        The registry ID that's associated with the request.

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

        SetRepositoryPolicyResponse.Builder repositoryName​(String repositoryName)

        The repository name that's associated with the request.

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

        SetRepositoryPolicyResponse.Builder policyText​(String policyText)

        The JSON repository policy text that's applied to the repository.

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