Uses of Interface
software.amazon.awssdk.services.codecommit.model.UserInfo.Builder
-
Packages that use UserInfo.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of UserInfo.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return UserInfo.Builder Modifier and Type Method Description static UserInfo.BuilderUserInfo. builder()UserInfo.BuilderUserInfo.Builder. date(String date)The date when the specified commit was commited, in timestamp format with GMT offset.UserInfo.BuilderUserInfo.Builder. email(String email)The email address associated with the user who made the commit, if any.UserInfo.BuilderUserInfo.Builder. name(String name)The name of the user who made the specified commit.UserInfo.BuilderUserInfo. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type UserInfo.Builder Modifier and Type Method Description static Class<? extends UserInfo.Builder>UserInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type UserInfo.Builder Modifier and Type Method Description default Commit.BuilderCommit.Builder. author(Consumer<UserInfo.Builder> author)Information about the author of the specified commit.default Commit.BuilderCommit.Builder. committer(Consumer<UserInfo.Builder> committer)Information about the person who committed the specified commit, also known as the committer.
-