Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.ListSourceRepositoryBranchesItem.Builder
-
Packages that use ListSourceRepositoryBranchesItem.Builder Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of ListSourceRepositoryBranchesItem.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return ListSourceRepositoryBranchesItem.Builder Modifier and Type Method Description static ListSourceRepositoryBranchesItem.BuilderListSourceRepositoryBranchesItem. builder()ListSourceRepositoryBranchesItem.BuilderListSourceRepositoryBranchesItem.Builder. headCommitId(String headCommitId)The commit ID of the tip of the branch at the time of the request, also known as the head commit.ListSourceRepositoryBranchesItem.BuilderListSourceRepositoryBranchesItem.Builder. lastUpdatedTime(Instant lastUpdatedTime)The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.ListSourceRepositoryBranchesItem.BuilderListSourceRepositoryBranchesItem.Builder. name(String name)The name of the branch.ListSourceRepositoryBranchesItem.BuilderListSourceRepositoryBranchesItem.Builder. ref(String ref)The Git reference name of the branch.ListSourceRepositoryBranchesItem.BuilderListSourceRepositoryBranchesItem. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type ListSourceRepositoryBranchesItem.Builder Modifier and Type Method Description static Class<? extends ListSourceRepositoryBranchesItem.Builder>ListSourceRepositoryBranchesItem. serializableBuilderClass()
-