Interface AssociateTeamMemberRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeStarRequest.Builder,CopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>,SdkBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateTeamMemberRequest
public static interface AssociateTeamMemberRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateTeamMemberRequest.BuilderclientRequestToken(String clientRequestToken)A user- or system-generated token that identifies the entity that requested the team member association to the project.AssociateTeamMemberRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateTeamMemberRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateTeamMemberRequest.BuilderprojectId(String projectId)The ID of the project to which you will add the IAM user.AssociateTeamMemberRequest.BuilderprojectRole(String projectRole)The AWS CodeStar project role that will apply to this user.AssociateTeamMemberRequest.BuilderremoteAccessAllowed(Boolean remoteAccessAllowed)Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances.AssociateTeamMemberRequest.BuilderuserArn(String userArn)The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar 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
AssociateTeamMemberRequest.Builder projectId(String projectId)
The ID of the project to which you will add the IAM user.
- Parameters:
projectId- The ID of the project to which you will add the IAM user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
AssociateTeamMemberRequest.Builder clientRequestToken(String clientRequestToken)
A user- or system-generated token that identifies the entity that requested the team member association to the project. This token can be used to repeat the request.
- Parameters:
clientRequestToken- A user- or system-generated token that identifies the entity that requested the team member association to the project. This token can be used to repeat the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userArn
AssociateTeamMemberRequest.Builder userArn(String userArn)
The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.
- Parameters:
userArn- The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectRole
AssociateTeamMemberRequest.Builder projectRole(String projectRole)
The AWS CodeStar project role that will apply to this user. This role determines what actions a user can take in an AWS CodeStar project.
- Parameters:
projectRole- The AWS CodeStar project role that will apply to this user. This role determines what actions a user can take in an AWS CodeStar project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remoteAccessAllowed
AssociateTeamMemberRequest.Builder remoteAccessAllowed(Boolean remoteAccessAllowed)
Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances.
- Parameters:
remoteAccessAllowed- Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateTeamMemberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateTeamMemberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-