primaryEmail
The email address provided by the user when they signed up.
- Parameters:
primaryEmail- The email address provided by the user when they signed up.- Returns:
- Returns a reference to this object so that method calls can be chained together.
AwsResponse.Builder, Buildable, CodeCatalystResponse.Builder, CopyableBuilder<GetUserDetailsResponse.Builder,GetUserDetailsResponse> , SdkBuilder<GetUserDetailsResponse.Builder,GetUserDetailsResponse> , SdkPojo, SdkResponse.BuilderGetUserDetailsResponsedisplayName(String displayName) default GetUserDetailsResponse.BuilderprimaryEmail(Consumer<EmailAddress.Builder> primaryEmail) primaryEmail(EmailAddress primaryEmail) build, responseMetadata, responseMetadatacopyapplyMutation, buildequalsBySdkFields, sdkFieldssdkHttpResponse, sdkHttpResponseThe system-generated unique ID of the user.
userId - The system-generated unique ID of the user.The name of the user as displayed in Amazon CodeCatalyst.
userName - The name of the user as displayed in Amazon CodeCatalyst.The friendly name displayed for the user in Amazon CodeCatalyst.
displayName - The friendly name displayed for the user in Amazon CodeCatalyst.The email address provided by the user when they signed up.
primaryEmail - The email address provided by the user when they signed up.The email address provided by the user when they signed up.
This is a convenience method that creates an instance of theEmailAddress.Builder avoiding the need
to create one manually via EmailAddress.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to primaryEmail(EmailAddress).
primaryEmail - a consumer that will call methods on EmailAddress.Builderversion -