Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>
@Generated("software.amazon.awssdk:codegen") public class AssociateTeamMemberRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AssociateTeamMemberRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static AssociateTeamMemberRequest.Builder |
builder() |
|
String |
clientRequestToken() |
A user- or system-generated token that identifies the entity that requested the team member association to the
project.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
projectId() |
The ID of the project to which you will add the IAM user.
|
String |
projectRole() |
The AWS CodeStar project role that will apply to this user.
|
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.
|
static Class<? extends AssociateTeamMemberRequest.Builder> |
serializableBuilderClass() |
|
AssociateTeamMemberRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userArn() |
The Amazon Resource Name (ARN) for the IAM user you want to add to the DevHub project.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String projectId()
The ID of the project to which you will add the IAM user.
public 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.
public String userArn()
The Amazon Resource Name (ARN) for the IAM user you want to add to the DevHub project.
public 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.
public 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.
public AssociateTeamMemberRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociateTeamMemberRequest.Builder,AssociateTeamMemberRequest>
public static AssociateTeamMemberRequest.Builder builder()
public static Class<? extends AssociateTeamMemberRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.