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.
|
build
requestOverrideConfig
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.DisassociateTeamMemberRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DisassociateTeamMemberRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.