Interface UpdateTeamMemberResponse.Builder

    • Method Detail

      • userArn

        UpdateTeamMemberResponse.Builder userArn​(String userArn)

        The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.

        Parameters:
        userArn - The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectRole

        UpdateTeamMemberResponse.Builder projectRole​(String projectRole)

        The project role granted to the user.

        Parameters:
        projectRole - The project role granted to the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remoteAccessAllowed

        UpdateTeamMemberResponse.Builder remoteAccessAllowed​(Boolean remoteAccessAllowed)

        Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.

        Parameters:
        remoteAccessAllowed - Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.