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) |
GetBranchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetBranchRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the branch for which you want to retrieve information.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderGetBranchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.