Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.CreateSourceRepositoryBranchRequest.Builder
-
Packages that use CreateSourceRepositoryBranchRequest.Builder Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.model -
-
Uses of CreateSourceRepositoryBranchRequest.Builder in software.amazon.awssdk.services.codecatalyst
Method parameters in software.amazon.awssdk.services.codecatalyst with type arguments of type CreateSourceRepositoryBranchRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSourceRepositoryBranchResponse>CodeCatalystAsyncClient. createSourceRepositoryBranch(Consumer<CreateSourceRepositoryBranchRequest.Builder> createSourceRepositoryBranchRequest)Creates a branch in a specified source repository in Amazon CodeCatalyst.default CreateSourceRepositoryBranchResponseCodeCatalystClient. createSourceRepositoryBranch(Consumer<CreateSourceRepositoryBranchRequest.Builder> createSourceRepositoryBranchRequest)Creates a branch in a specified source repository in Amazon CodeCatalyst. -
Uses of CreateSourceRepositoryBranchRequest.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return CreateSourceRepositoryBranchRequest.Builder Modifier and Type Method Description static CreateSourceRepositoryBranchRequest.BuilderCreateSourceRepositoryBranchRequest. builder()CreateSourceRepositoryBranchRequest.BuilderCreateSourceRepositoryBranchRequest.Builder. headCommitId(String headCommitId)The commit ID in an existing branch from which you want to create the new branch.CreateSourceRepositoryBranchRequest.BuilderCreateSourceRepositoryBranchRequest.Builder. name(String name)The name for the branch you're creating.CreateSourceRepositoryBranchRequest.BuilderCreateSourceRepositoryBranchRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSourceRepositoryBranchRequest.BuilderCreateSourceRepositoryBranchRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSourceRepositoryBranchRequest.BuilderCreateSourceRepositoryBranchRequest.Builder. projectName(String projectName)The name of the project in the space.CreateSourceRepositoryBranchRequest.BuilderCreateSourceRepositoryBranchRequest.Builder. sourceRepositoryName(String sourceRepositoryName)The name of the repository where you want to create a branch.CreateSourceRepositoryBranchRequest.BuilderCreateSourceRepositoryBranchRequest.Builder. spaceName(String spaceName)The name of the space.CreateSourceRepositoryBranchRequest.BuilderCreateSourceRepositoryBranchRequest. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type CreateSourceRepositoryBranchRequest.Builder Modifier and Type Method Description static Class<? extends CreateSourceRepositoryBranchRequest.Builder>CreateSourceRepositoryBranchRequest. serializableBuilderClass()
-