public static interface ListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<ListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder,ListAssociatedApprovalRuleTemplatesForRepositoryRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder |
maxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
ListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder |
nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
ListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder |
repositoryName(String repositoryName)
The name of the repository for which you want to list all associated approval rule templates.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder repositoryName(String repositoryName)
The name of the repository for which you want to list all associated approval rule templates.
repositoryName - The name of the repository for which you want to list all associated approval rule templates.ListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder nextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
nextToken - An enumeration token that, when provided in a request, returns the next batch of the results.ListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder maxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
maxResults - A non-zero, non-negative integer used to limit the number of returned results.ListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.