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