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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRepositoriesForApprovalRuleTemplateResponse.BuildernextToken(String nextToken)An enumeration token that allows the operation to batch the next results of the operation.ListRepositoriesForApprovalRuleTemplateResponse.BuilderrepositoryNames(String... repositoryNames)A list of repository names that are associated with the specified approval rule template.ListRepositoriesForApprovalRuleTemplateResponse.BuilderrepositoryNames(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
ListRepositoriesForApprovalRuleTemplateResponse.Builder repositoryNames(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.
-
nextToken
ListRepositoriesForApprovalRuleTemplateResponse.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.
-
-