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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateDefaultBranchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateDefaultBranchRequest.Builder |
repositoryName(String repositoryName)
The name of the repository to set or change the default branch for.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateDefaultBranchRequest.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.