Interface UserProfileSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UserProfileSummary.Builder,UserProfileSummary>, SdkBuilder<UserProfileSummary.Builder,UserProfileSummary>, SdkPojo
Enclosing class:
UserProfileSummary

public static interface UserProfileSummary.Builder extends SdkPojo, CopyableBuilder<UserProfileSummary.Builder,UserProfileSummary>
  • Method Details

    • userArn

      The Amazon Resource Name (ARN) of the user in IAM.

      Parameters:
      userArn - The Amazon Resource Name (ARN) of the user in IAM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      UserProfileSummary.Builder displayName(String displayName)

      The display name of a user in AWS CodeStar. For example, this could be set to both first and last name ("Mary Major") or a single name ("Mary"). The display name is also used to generate the initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display name, the first character that appears after the space will be used as the second character in the user initial icon. The initial icon displays a maximum of two characters, so a display name with more than one space (for example "Mary Jane Major") would generate an initial icon using the first character and the first character after the space ("MJ", not "MM").

      Parameters:
      displayName - The display name of a user in AWS CodeStar. For example, this could be set to both first and last name ("Mary Major") or a single name ("Mary"). The display name is also used to generate the initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display name, the first character that appears after the space will be used as the second character in the user initial icon. The initial icon displays a maximum of two characters, so a display name with more than one space (for example "Mary Jane Major") would generate an initial icon using the first character and the first character after the space ("MJ", not "MM").
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailAddress

      UserProfileSummary.Builder emailAddress(String emailAddress)

      The email address associated with the user.

      Parameters:
      emailAddress - The email address associated with the user.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sshPublicKey

      UserProfileSummary.Builder sshPublicKey(String sshPublicKey)

      The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.

      Parameters:
      sshPublicKey - The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
      Returns:
      Returns a reference to this object so that method calls can be chained together.