Interface TeamMember.Builder

    • Method Detail

      • userArn

        TeamMember.Builder userArn​(String userArn)

        The Amazon Resource Name (ARN) of the user in IAM.

        Parameters:
        userArn - The Amazon Resource Name (ARN) of the user in IAM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectRole

        TeamMember.Builder projectRole​(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.
      • remoteAccessAllowed

        TeamMember.Builder remoteAccessAllowed​(Boolean remoteAccessAllowed)

        Whether the user is allowed to remotely access project resources using an SSH public/private key pair.

        Parameters:
        remoteAccessAllowed - Whether the user is allowed to remotely access project resources using an SSH public/private key pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.