public static interface DeleteBranchRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<DeleteBranchRequest.Builder,DeleteBranchRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteBranchRequest.Builder |
branchName(String branchName)
The name of the branch to delete.
|
DeleteBranchRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteBranchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteBranchRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the branch to be deleted.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteBranchRequest.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.