public static interface DisassociateTeamMemberRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<DisassociateTeamMemberRequest.Builder,DisassociateTeamMemberRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateTeamMemberRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateTeamMemberRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDisassociateTeamMemberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.