public static interface CreateSourceRepositoryBranchResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<CreateSourceRepositoryBranchResponse.Builder,CreateSourceRepositoryBranchResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSourceRepositoryBranchResponse.Builder |
headCommitId(String headCommitId)
The commit ID of the tip of the newly created branch.
|
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 |
name(String name)
The name of the newly created branch.
|
CreateSourceRepositoryBranchResponse.Builder |
ref(String ref)
The Git reference name of the branch.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSourceRepositoryBranchResponse.Builder ref(String ref)
The Git reference name of the branch.
ref - The Git reference name of the branch.CreateSourceRepositoryBranchResponse.Builder name(String name)
The name of the newly created branch.
name - The name of the newly created branch.CreateSourceRepositoryBranchResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
lastUpdatedTime - The time the branch was last updated, in coordinated universal time (UTC) timestamp format as
specified in RFC 3339.CreateSourceRepositoryBranchResponse.Builder headCommitId(String headCommitId)
The commit ID of the tip of the newly created branch.
headCommitId - The commit ID of the tip of the newly created branch.Copyright © 2023. All rights reserved.