CopyableBuilder<UpdateTeamMemberResponse.Builder,UpdateTeamMemberResponse>, SdkBuilder<UpdateTeamMemberResponse.Builder,UpdateTeamMemberResponse>public static interface UpdateTeamMemberResponse.Builder extends CopyableBuilder<UpdateTeamMemberResponse.Builder,UpdateTeamMemberResponse>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateTeamMemberResponse.Builder |
projectRole(String projectRole) |
The project role granted to the user.
|
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.
|
UpdateTeamMemberResponse.Builder |
userArn(String userArn) |
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
|
copyapply, buildUpdateTeamMemberResponse.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
userArn - The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.UpdateTeamMemberResponse.Builder projectRole(String projectRole)
The project role granted to the user.
projectRole - The project role granted to the user.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.
remoteAccessAllowed - Whether a team member is allowed to remotely access project resources using the SSH public key
associated with the user's profile.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.