public static interface ListRepositoriesForApprovalRuleTemplateResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<ListRepositoriesForApprovalRuleTemplateResponse.Builder,ListRepositoriesForApprovalRuleTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRepositoriesForApprovalRuleTemplateResponse.Builder |
nextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
|
ListRepositoriesForApprovalRuleTemplateResponse.Builder |
repositoryNames(Collection<String> repositoryNames)
A list of repository names that are associated with the specified approval rule template.
|
ListRepositoriesForApprovalRuleTemplateResponse.Builder |
repositoryNames(String... repositoryNames)
A list of repository names that are associated with the specified approval rule template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRepositoriesForApprovalRuleTemplateResponse.Builder repositoryNames(Collection<String> repositoryNames)
A list of repository names that are associated with the specified approval rule template.
repositoryNames - A list of repository names that are associated with the specified approval rule template.ListRepositoriesForApprovalRuleTemplateResponse.Builder repositoryNames(String... repositoryNames)
A list of repository names that are associated with the specified approval rule template.
repositoryNames - A list of repository names that are associated with the specified approval rule template.ListRepositoriesForApprovalRuleTemplateResponse.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.