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.
|
buildoverrideConfigurationcopyapplyMutation, buildGetBranchRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetBranchRequest.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.