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