Interface ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder

    • Method Detail

      • approvalRuleTemplateNames

        ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder approvalRuleTemplateNames​(Collection<String> approvalRuleTemplateNames)

        The names of all approval rule templates associated with the repository.

        Parameters:
        approvalRuleTemplateNames - The names of all approval rule templates associated with the repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • approvalRuleTemplateNames

        ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder approvalRuleTemplateNames​(String... approvalRuleTemplateNames)

        The names of all approval rule templates associated with the repository.

        Parameters:
        approvalRuleTemplateNames - The names of all approval rule templates associated with the repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssociatedApprovalRuleTemplatesForRepositoryResponse.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.