Interface ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CodeCommitResponse.Builder, CopyableBuilder<ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder,ListAssociatedApprovalRuleTemplatesForRepositoryResponse>, SdkBuilder<ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder,ListAssociatedApprovalRuleTemplatesForRepositoryResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListAssociatedApprovalRuleTemplatesForRepositoryResponse

  • Method Details

    • 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

      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.