public static interface GetBranchRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<GetBranchRequest.Builder,GetBranchRequest>
Modifier and Type | Method and Description |
---|---|
GetBranchRequest.Builder |
branchName(String branchName)
The name of the branch for which you want to retrieve information.
|
GetBranchRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetBranchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetBranchRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the branch for which you want to retrieve information.
|
build
overrideConfiguration
copy
applyMutation, build
GetBranchRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the branch for which you want to retrieve information.
repositoryName
- The name of the repository that contains the branch for which you want to retrieve information.GetBranchRequest.Builder branchName(String branchName)
The name of the branch for which you want to retrieve information.
branchName
- The name of the branch for which you want to retrieve information.GetBranchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetBranchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.