Interface ListRepositoriesForApprovalRuleTemplateResponse.Builder

    • Method Detail

      • repositoryNames

        ListRepositoriesForApprovalRuleTemplateResponse.Builder repositoryNames​(Collection<String> repositoryNames)

        A list of repository names that are associated with the specified approval rule template.

        Parameters:
        repositoryNames - A list of repository names that are associated with the specified approval rule template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • repositoryNames

        ListRepositoriesForApprovalRuleTemplateResponse.Builder repositoryNames​(String... repositoryNames)

        A list of repository names that are associated with the specified approval rule template.

        Parameters:
        repositoryNames - A list of repository names that are associated with the specified approval rule template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListRepositoriesForApprovalRuleTemplateResponse.Builder nextToken​(String nextToken)

        An enumeration token that allows the operation to batch the next results of the operation.

        Parameters:
        nextToken - An enumeration token that allows the operation to batch the next results of the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.