public static interface CreateSourceRepositoryBranchRequest.Builder extends CodeCatalystRequest.Builder, SdkPojo, CopyableBuilder<CreateSourceRepositoryBranchRequest.Builder,CreateSourceRepositoryBranchRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSourceRepositoryBranchRequest.Builder |
headCommitId(String headCommitId)
The commit ID in an existing branch from which you want to create the new branch.
|
CreateSourceRepositoryBranchRequest.Builder |
name(String name)
The name for the branch you're creating.
|
CreateSourceRepositoryBranchRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSourceRepositoryBranchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSourceRepositoryBranchRequest.Builder |
projectName(String projectName)
The name of the project in the space.
|
CreateSourceRepositoryBranchRequest.Builder |
sourceRepositoryName(String sourceRepositoryName)
The name of the repository where you want to create a branch.
|
CreateSourceRepositoryBranchRequest.Builder |
spaceName(String spaceName)
The name of the space.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSourceRepositoryBranchRequest.Builder spaceName(String spaceName)
The name of the space.
spaceName - The name of the space.CreateSourceRepositoryBranchRequest.Builder projectName(String projectName)
The name of the project in the space.
projectName - The name of the project in the space.CreateSourceRepositoryBranchRequest.Builder sourceRepositoryName(String sourceRepositoryName)
The name of the repository where you want to create a branch.
sourceRepositoryName - The name of the repository where you want to create a branch.CreateSourceRepositoryBranchRequest.Builder name(String name)
The name for the branch you're creating.
name - The name for the branch you're creating.CreateSourceRepositoryBranchRequest.Builder headCommitId(String headCommitId)
The commit ID in an existing branch from which you want to create the new branch.
headCommitId - The commit ID in an existing branch from which you want to create the new branch.CreateSourceRepositoryBranchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSourceRepositoryBranchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.