| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Commit.Builder |
Commit.Builder.additionalData(String additionalData)
Any other data associated with the specified commit.
|
default Commit.Builder |
Commit.Builder.author(Consumer<UserInfo.Builder> author)
Information about the author of the specified commit.
|
Commit.Builder |
Commit.Builder.author(UserInfo author)
Information about the author of the specified commit.
|
static Commit.Builder |
Commit.builder() |
Commit.Builder |
Commit.Builder.commitId(String commitId)
The full SHA ID of the specified commit.
|
default Commit.Builder |
Commit.Builder.committer(Consumer<UserInfo.Builder> committer)
Information about the person who committed the specified commit, also known as the committer.
|
Commit.Builder |
Commit.Builder.committer(UserInfo committer)
Information about the person who committed the specified commit, also known as the committer.
|
Commit.Builder |
Commit.Builder.message(String message)
The commit message associated with the specified commit.
|
Commit.Builder |
Commit.Builder.parents(Collection<String> parents)
A list of parent commits for the specified commit.
|
Commit.Builder |
Commit.Builder.parents(String... parents)
A list of parent commits for the specified commit.
|
Commit.Builder |
Commit.toBuilder() |
Commit.Builder |
Commit.Builder.treeId(String treeId)
Tree information for the specified commit.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Commit.Builder> |
Commit.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetCommitResponse.Builder |
GetCommitResponse.Builder.commit(Consumer<Commit.Builder> commit)
A commit data type object that contains information about the specified commit.
|
Copyright © 2022. All rights reserved.