CopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>
, SdkBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>
public static interface AssociateTeamMemberRequest.Builder extends CopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>
Modifier and Type | Method | Description |
---|---|---|
AssociateTeamMemberRequest.Builder |
clientRequestToken(String clientRequestToken) |
A user- or system-generated token that identifies the entity that requested the team member association to
the project.
|
AssociateTeamMemberRequest.Builder |
projectId(String projectId) |
The ID of the project to which you will add the IAM user.
|
AssociateTeamMemberRequest.Builder |
projectRole(String projectRole) |
The AWS CodeStar project role that will apply to this user.
|
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.
|
AssociateTeamMemberRequest.Builder |
userArn(String userArn) |
The Amazon Resource Name (ARN) for the IAM user you want to add to the DevHub project.
|
copy
apply, build
AssociateTeamMemberRequest.Builder projectId(String projectId)
The ID of the project to which you will add the IAM user.
projectId
- The ID of the project to which you will add the IAM user.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.
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.AssociateTeamMemberRequest.Builder userArn(String userArn)
The Amazon Resource Name (ARN) for the IAM user you want to add to the DevHub project.
userArn
- The Amazon Resource Name (ARN) for the IAM user you want to add to the DevHub project.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.
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.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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.