public static interface UserInfo.Builder extends CopyableBuilder<UserInfo.Builder,UserInfo>
| Modifier and Type | Method and Description |
|---|---|
UserInfo.Builder |
date(String date)
The date when the specified commit was pushed to the repository.
|
UserInfo.Builder |
email(String email)
The email address associated with the user who made the commit, if any.
|
UserInfo.Builder |
name(String name)
The name of the user who made the specified commit.
|
copyapply, buildUserInfo.Builder name(String name)
The name of the user who made the specified commit.
name - The name of the user who made the specified commit.UserInfo.Builder email(String email)
The email address associated with the user who made the commit, if any.
email - The email address associated with the user who made the commit, if any.UserInfo.Builder date(String date)
The date when the specified commit was pushed to the repository.
date - The date when the specified commit was pushed to the repository.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.