Interface ListSourceRepositoryBranchesItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListSourceRepositoryBranchesItem.Builder,ListSourceRepositoryBranchesItem>,SdkBuilder<ListSourceRepositoryBranchesItem.Builder,ListSourceRepositoryBranchesItem>,SdkPojo
- Enclosing class:
- ListSourceRepositoryBranchesItem
public static interface ListSourceRepositoryBranchesItem.Builder extends SdkPojo, CopyableBuilder<ListSourceRepositoryBranchesItem.Builder,ListSourceRepositoryBranchesItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSourceRepositoryBranchesItem.BuilderheadCommitId(String headCommitId)The commit ID of the tip of the branch at the time of the request, also known as the head commit.ListSourceRepositoryBranchesItem.BuilderlastUpdatedTime(Instant lastUpdatedTime)The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.ListSourceRepositoryBranchesItem.Buildername(String name)The name of the branch.ListSourceRepositoryBranchesItem.Builderref(String ref)The Git reference name of the branch.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ref
ListSourceRepositoryBranchesItem.Builder ref(String ref)
The Git reference name of the branch.
- Parameters:
ref- The Git reference name of the branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ListSourceRepositoryBranchesItem.Builder name(String name)
The name of the branch.
- Parameters:
name- The name of the branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
ListSourceRepositoryBranchesItem.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
- Parameters:
lastUpdatedTime- The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
headCommitId
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.
- Parameters:
headCommitId- The commit ID of the tip of the branch at the time of the request, also known as the head commit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-