Interface UpdateUserProficienciesRequest.Builder

    • Method Detail

      • instanceId

        UpdateUserProficienciesRequest.Builder instanceId​(String instanceId)

        The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

        Parameters:
        instanceId - The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userId

        UpdateUserProficienciesRequest.Builder userId​(String userId)

        The identifier of the user account.

        Parameters:
        userId - The identifier of the user account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userProficiencies

        UpdateUserProficienciesRequest.Builder userProficiencies​(Collection<UserProficiency> userProficiencies)

        The proficiencies to be updated for the user. Proficiencies must first be associated to the user. You can do this using AssociateUserProficiencies API.

        Parameters:
        userProficiencies - The proficiencies to be updated for the user. Proficiencies must first be associated to the user. You can do this using AssociateUserProficiencies API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userProficiencies

        UpdateUserProficienciesRequest.Builder userProficiencies​(UserProficiency... userProficiencies)

        The proficiencies to be updated for the user. Proficiencies must first be associated to the user. You can do this using AssociateUserProficiencies API.

        Parameters:
        userProficiencies - The proficiencies to be updated for the user. Proficiencies must first be associated to the user. You can do this using AssociateUserProficiencies API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.