public static interface AssociateTeamMemberRequest.Builder extends CodeStarRequest.Builder, SdkPojo, CopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>
Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateTeamMemberRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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 AWS CodeStar project.
|
build
overrideConfiguration
copy
applyMutation, 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 AWS CodeStar project.
userArn
- The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar 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.AssociateTeamMemberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateTeamMemberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.