| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst |
|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateSourceRepositoryBranchResponse |
CodeCatalystClient.createSourceRepositoryBranch(Consumer<CreateSourceRepositoryBranchRequest.Builder> createSourceRepositoryBranchRequest)
Creates a branch in a specified source repository in Amazon CodeCatalyst.
|
default CompletableFuture<CreateSourceRepositoryBranchResponse> |
CodeCatalystAsyncClient.createSourceRepositoryBranch(Consumer<CreateSourceRepositoryBranchRequest.Builder> createSourceRepositoryBranchRequest)
Creates a branch in a specified source repository in Amazon CodeCatalyst.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSourceRepositoryBranchRequest.Builder |
CreateSourceRepositoryBranchRequest.builder() |
CreateSourceRepositoryBranchRequest.Builder |
CreateSourceRepositoryBranchRequest.Builder.headCommitId(String headCommitId)
The commit ID in an existing branch from which you want to create the new branch.
|
CreateSourceRepositoryBranchRequest.Builder |
CreateSourceRepositoryBranchRequest.Builder.name(String name)
The name for the branch you're creating.
|
CreateSourceRepositoryBranchRequest.Builder |
CreateSourceRepositoryBranchRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSourceRepositoryBranchRequest.Builder |
CreateSourceRepositoryBranchRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSourceRepositoryBranchRequest.Builder |
CreateSourceRepositoryBranchRequest.Builder.projectName(String projectName)
The name of the project in the space.
|
CreateSourceRepositoryBranchRequest.Builder |
CreateSourceRepositoryBranchRequest.Builder.sourceRepositoryName(String sourceRepositoryName)
The name of the repository where you want to create a branch.
|
CreateSourceRepositoryBranchRequest.Builder |
CreateSourceRepositoryBranchRequest.Builder.spaceName(String spaceName)
The name of the space.
|
CreateSourceRepositoryBranchRequest.Builder |
CreateSourceRepositoryBranchRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSourceRepositoryBranchRequest.Builder> |
CreateSourceRepositoryBranchRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.