CopyableBuilder<UpdateDefaultBranchRequest.Builder,UpdateDefaultBranchRequest>
, SdkBuilder<UpdateDefaultBranchRequest.Builder,UpdateDefaultBranchRequest>
public static interface UpdateDefaultBranchRequest.Builder extends CopyableBuilder<UpdateDefaultBranchRequest.Builder,UpdateDefaultBranchRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
UpdateDefaultBranchRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.