public static interface DeleteBranchRequest.Builder extends CodeCommitRequest.Builder, CopyableBuilder<DeleteBranchRequest.Builder,DeleteBranchRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBranchRequest.Builder |
branchName(String branchName)
The name of the branch to delete.
|
DeleteBranchRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the branch to be deleted.
|
DeleteBranchRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteBranchRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDeleteBranchRequest.Builder repositoryName(String repositoryName)
The name of the repository that contains the branch to be deleted.
repositoryName - The name of the repository that contains the branch to be deleted.DeleteBranchRequest.Builder branchName(String branchName)
The name of the branch to delete.
branchName - The name of the branch to delete.DeleteBranchRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteBranchRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.