Interface ListRepositoriesForApprovalRuleTemplateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeCommitResponse.Builder
,CopyableBuilder<ListRepositoriesForApprovalRuleTemplateResponse.Builder,
,ListRepositoriesForApprovalRuleTemplateResponse> SdkBuilder<ListRepositoriesForApprovalRuleTemplateResponse.Builder,
,ListRepositoriesForApprovalRuleTemplateResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListRepositoriesForApprovalRuleTemplateResponse
public static interface ListRepositoriesForApprovalRuleTemplateResponse.Builder
extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<ListRepositoriesForApprovalRuleTemplateResponse.Builder,ListRepositoriesForApprovalRuleTemplateResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAn enumeration token that allows the operation to batch the next results of the operation.repositoryNames
(String... repositoryNames) A list of repository names that are associated with the specified approval rule template.repositoryNames
(Collection<String> repositoryNames) A list of repository names that are associated with the specified approval rule template.Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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.
-