Interface ListBranchesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCommitRequest.Builder,CopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>,SdkBuilder<ListBranchesRequest.Builder,ListBranchesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBranchesRequest
public static interface ListBranchesRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBranchesRequest.BuildernextToken(String nextToken)An enumeration token that allows the operation to batch the results.ListBranchesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBranchesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBranchesRequest.BuilderrepositoryName(String repositoryName)The name of the repository that contains the branches.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
repositoryName
ListBranchesRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the branches.
- Parameters:
repositoryName- The name of the repository that contains the branches.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListBranchesRequest.Builder nextToken(String nextToken)
An enumeration token that allows the operation to batch the results.
- Parameters:
nextToken- An enumeration token that allows the operation to batch the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBranchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBranchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-