JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codestar.model

Class UpdateTeamMemberRequest

    • Constructor Detail

      • UpdateTeamMemberRequest

        public UpdateTeamMemberRequest()
    • Method Detail

      • setProjectId

        public void setProjectId(String projectId)

        The ID of the project.

        Parameters:
        projectId - The ID of the project.
      • getProjectId

        public String getProjectId()

        The ID of the project.

        Returns:
        The ID of the project.
      • withProjectId

        public UpdateTeamMemberRequest withProjectId(String projectId)

        The ID of the project.

        Parameters:
        projectId - The ID of the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUserArn

        public void setUserArn(String userArn)

        The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.

        Parameters:
        userArn - The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.
      • getUserArn

        public String getUserArn()

        The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.

        Returns:
        The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.
      • withUserArn

        public UpdateTeamMemberRequest withUserArn(String userArn)

        The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.

        Parameters:
        userArn - The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProjectRole

        public void setProjectRole(String projectRole)

        The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.

        Parameters:
        projectRole - The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.
      • getProjectRole

        public String getProjectRole()

        The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.

        Returns:
        The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.
      • withProjectRole

        public UpdateTeamMemberRequest withProjectRole(String projectRole)

        The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.

        Parameters:
        projectRole - The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRemoteAccessAllowed

        public void setRemoteAccessAllowed(Boolean remoteAccessAllowed)

        Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.

        Parameters:
        remoteAccessAllowed - Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.
      • getRemoteAccessAllowed

        public Boolean getRemoteAccessAllowed()

        Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.

        Returns:
        Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.
      • withRemoteAccessAllowed

        public UpdateTeamMemberRequest withRemoteAccessAllowed(Boolean remoteAccessAllowed)

        Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.

        Parameters:
        remoteAccessAllowed - Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRemoteAccessAllowed

        public Boolean isRemoteAccessAllowed()

        Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.

        Returns:
        Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /