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.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.