public static interface UpdateDefaultBranchRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, 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) |
UpdateDefaultBranchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDefaultBranchRequest.Builder |
repositoryName(String repositoryName)
The name of the repository to set or change the default branch for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderUpdateDefaultBranchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.