public static interface ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder,ListAssociatedApprovalRuleTemplatesForRepositoryResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder |
approvalRuleTemplateNames(Collection<String> approvalRuleTemplateNames)
The names of all approval rule templates associated with the repository.
|
ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder |
approvalRuleTemplateNames(String... approvalRuleTemplateNames)
The names of all approval rule templates associated with the repository.
|
ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder |
nextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder approvalRuleTemplateNames(Collection<String> approvalRuleTemplateNames)
The names of all approval rule templates associated with the repository.
approvalRuleTemplateNames - The names of all approval rule templates associated with the repository.ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder approvalRuleTemplateNames(String... approvalRuleTemplateNames)
The names of all approval rule templates associated with the repository.
approvalRuleTemplateNames - The names of all approval rule templates associated with the repository.ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder nextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
nextToken - An enumeration token that allows the operation to batch the next results of the operation.Copyright © 2021. All rights reserved.