public static interface DisassociateTeamMemberRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<DisassociateTeamMemberRequest.Builder,DisassociateTeamMemberRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateTeamMemberRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DisassociateTeamMemberRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DisassociateTeamMemberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.