public static interface DisassociateTeamMemberRequest.Builder extends CodeStarRequest.Builder, CopyableBuilder<DisassociateTeamMemberRequest.Builder,DisassociateTeamMemberRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateTeamMemberRequest.Builder |
projectId(String projectId)
The ID of the AWS CodeStar project from which you want to remove a team member.
|
DisassociateTeamMemberRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DisassociateTeamMemberRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DisassociateTeamMemberRequest.Builder |
userArn(String userArn)
The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.
|
buildrequestOverrideConfigcopyapply, buildDisassociateTeamMemberRequest.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.DisassociateTeamMemberRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DisassociateTeamMemberRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.