Uses of Interface
software.amazon.awssdk.services.codecommit.model.BranchInfo.Builder
-
Packages that use BranchInfo.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of BranchInfo.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return BranchInfo.Builder Modifier and Type Method Description BranchInfo.BuilderBranchInfo.Builder. branchName(String branchName)The name of the branch.static BranchInfo.BuilderBranchInfo. builder()BranchInfo.BuilderBranchInfo.Builder. commitId(String commitId)The ID of the last commit made to the branch.BranchInfo.BuilderBranchInfo. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type BranchInfo.Builder Modifier and Type Method Description static Class<? extends BranchInfo.Builder>BranchInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type BranchInfo.Builder Modifier and Type Method Description default GetBranchResponse.BuilderGetBranchResponse.Builder. branch(Consumer<BranchInfo.Builder> branch)The name of the branch.default DeleteBranchResponse.BuilderDeleteBranchResponse.Builder. deletedBranch(Consumer<BranchInfo.Builder> deletedBranch)Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.
-