public static interface ListBranchesRequest.Builder extends CodeCommitRequest.Builder, CopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBranchesRequest.Builder |
nextToken(String nextToken)
An enumeration token that allows the operation to batch the results.
|
ListBranchesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListBranchesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListBranchesRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the branches.
|
buildoverrideConfigurationcopyapplyMutation, buildListBranchesRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the branches.
repositoryName - The name of the repository that contains the branches.ListBranchesRequest.Builder nextToken(String nextToken)
An enumeration token that allows the operation to batch the results.
nextToken - An enumeration token that allows the operation to batch the results.ListBranchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListBranchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.