Interface ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCommitResponse.Builder,CopyableBuilder<ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder,ListAssociatedApprovalRuleTemplatesForRepositoryResponse>,SdkBuilder<ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder,ListAssociatedApprovalRuleTemplatesForRepositoryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAssociatedApprovalRuleTemplatesForRepositoryResponse
public static interface ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedApprovalRuleTemplatesForRepositoryResponse.Builder,ListAssociatedApprovalRuleTemplatesForRepositoryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssociatedApprovalRuleTemplatesForRepositoryResponse.BuilderapprovalRuleTemplateNames(String... approvalRuleTemplateNames)The names of all approval rule templates associated with the repository.ListAssociatedApprovalRuleTemplatesForRepositoryResponse.BuilderapprovalRuleTemplateNames(Collection<String> approvalRuleTemplateNames)The names of all approval rule templates associated with the repository.ListAssociatedApprovalRuleTemplatesForRepositoryResponse.BuildernextToken(String nextToken)An enumeration token that allows the operation to batch the next results of the operation.-
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 Detail
-
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
ListAssociatedApprovalRuleTemplatesForRepositoryResponse.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.
-
-