CopyableBuilder<UserInfo.Builder,UserInfo>, SdkBuilder<UserInfo.Builder,UserInfo>public static interface UserInfo.Builder extends CopyableBuilder<UserInfo.Builder,UserInfo>
| Modifier and Type | Method | Description |
|---|---|---|
UserInfo.Builder |
date(String dateValue) |
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 dateValue)
The date when the specified commit was pushed to the repository.
dateValue - The date when the specified commit was pushed to the repository.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.