CopyableBuilder<DisassociateTeamMemberRequest.Builder,DisassociateTeamMemberRequest>
, SdkBuilder<DisassociateTeamMemberRequest.Builder,DisassociateTeamMemberRequest>
public static interface DisassociateTeamMemberRequest.Builder extends CopyableBuilder<DisassociateTeamMemberRequest.Builder,DisassociateTeamMemberRequest>
Modifier and Type | Method | Description |
---|---|---|
DisassociateTeamMemberRequest.Builder |
projectId(String projectId) |
The ID of the AWS CodeStar project from which you want to remove a team member.
|
DisassociateTeamMemberRequest.Builder |
userArn(String userArn) |
The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.
|
copy
apply, build
DisassociateTeamMemberRequest.Builder projectId(String projectId)
The ID of the AWS CodeStar project from which you want to remove a team member.
projectId
- The ID of the AWS CodeStar project from which you want to remove a team member.DisassociateTeamMemberRequest.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.
userArn
- The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.