| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static UserInfo.Builder |
UserInfo.builder() |
UserInfo.Builder |
UserInfo.Builder.date(String date)
The date when the specified commit was commited, in timestamp format with GMT offset.
|
UserInfo.Builder |
UserInfo.Builder.email(String email)
The email address associated with the user who made the commit, if any.
|
UserInfo.Builder |
UserInfo.Builder.name(String name)
The name of the user who made the specified commit.
|
UserInfo.Builder |
UserInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserInfo.Builder> |
UserInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Commit.Builder |
Commit.Builder.author(Consumer<UserInfo.Builder> author)
Information about the author 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.
|
Copyright © 2022. All rights reserved.