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) |
DeleteBranchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteBranchRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that contains the branch to be deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDeleteBranchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.