| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst.model |
| Modifier and Type | Method and Description |
|---|---|
static ListSourceRepositoryBranchesItem.Builder |
ListSourceRepositoryBranchesItem.builder() |
ListSourceRepositoryBranchesItem.Builder |
ListSourceRepositoryBranchesItem.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.Builder |
ListSourceRepositoryBranchesItem.Builder.lastUpdatedTime(Instant lastUpdatedTime)
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
|
ListSourceRepositoryBranchesItem.Builder |
ListSourceRepositoryBranchesItem.Builder.name(String name)
The name of the branch.
|
ListSourceRepositoryBranchesItem.Builder |
ListSourceRepositoryBranchesItem.Builder.ref(String ref)
The Git reference name of the branch.
|
ListSourceRepositoryBranchesItem.Builder |
ListSourceRepositoryBranchesItem.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSourceRepositoryBranchesItem.Builder> |
ListSourceRepositoryBranchesItem.serializableBuilderClass() |
Copyright © 2022. All rights reserved.