public static interface UpdateDefaultBranchRequest.Builder extends CodeCommitRequest.Builder, CopyableBuilder<UpdateDefaultBranchRequest.Builder,UpdateDefaultBranchRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDefaultBranchRequest.Builder |
defaultBranchName(String defaultBranchName)
The name of the branch to set as the default.
|
UpdateDefaultBranchRequest.Builder |
repositoryName(String repositoryName)
The name of the repository to set or change the default branch for.
|
UpdateDefaultBranchRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateDefaultBranchRequest.Builder repositoryName(String repositoryName)
The name of the repository to set or change the default branch for.
repositoryName - The name of the repository to set or change the default branch for.UpdateDefaultBranchRequest.Builder defaultBranchName(String defaultBranchName)
The name of the branch to set as the default.
defaultBranchName - The name of the branch to set as the default.UpdateDefaultBranchRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.