Interface UpdateTeamMemberResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeStarResponse.Builder
,CopyableBuilder<UpdateTeamMemberResponse.Builder,
,UpdateTeamMemberResponse> SdkBuilder<UpdateTeamMemberResponse.Builder,
,UpdateTeamMemberResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateTeamMemberResponse
public static interface UpdateTeamMemberResponse.Builder
extends CodeStarResponse.Builder, SdkPojo, CopyableBuilder<UpdateTeamMemberResponse.Builder,UpdateTeamMemberResponse>
-
Method Summary
Modifier and TypeMethodDescriptionprojectRole
(String projectRole) The project role granted to the user.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.The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.Methods inherited from interface software.amazon.awssdk.services.codestar.model.CodeStarResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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.
-