Interface DisassociateTeamMemberRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeStarRequest.Builder,CopyableBuilder<DisassociateTeamMemberRequest.Builder,DisassociateTeamMemberRequest>,SdkBuilder<DisassociateTeamMemberRequest.Builder,DisassociateTeamMemberRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateTeamMemberRequest
public static interface DisassociateTeamMemberRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<DisassociateTeamMemberRequest.Builder,DisassociateTeamMemberRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateTeamMemberRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateTeamMemberRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateTeamMemberRequest.BuilderprojectId(String projectId)The ID of the AWS CodeStar project from which you want to remove a team member.DisassociateTeamMemberRequest.BuilderuserArn(String userArn)The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codestar.model.CodeStarRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
projectId
DisassociateTeamMemberRequest.Builder projectId(String projectId)
The ID of the AWS CodeStar project from which you want to remove a team member.
- Parameters:
projectId- The ID of the AWS CodeStar project from which you want to remove a team member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userArn
DisassociateTeamMemberRequest.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.
- Parameters:
userArn- The Amazon Resource Name (ARN) of the IAM user or group whom you want to remove from the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateTeamMemberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateTeamMemberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-