Interface CreateUserRequest.Builder

    • Method Detail

      • applicationId

        CreateUserRequest.Builder applicationId​(String applicationId)

        The identifier of the application for which the user mapping will be created.

        Parameters:
        applicationId - The identifier of the application for which the user mapping will be created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateUserRequest.Builder clientToken​(String clientToken)

        A token that you provide to identify the request to create your Amazon Q user mapping.

        Parameters:
        clientToken - A token that you provide to identify the request to create your Amazon Q user mapping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userAliases

        CreateUserRequest.Builder userAliases​(Collection<UserAlias> userAliases)

        The list of user aliases in the mapping.

        Parameters:
        userAliases - The list of user aliases in the mapping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userAliases

        CreateUserRequest.Builder userAliases​(UserAlias... userAliases)

        The list of user aliases in the mapping.

        Parameters:
        userAliases - The list of user aliases in the mapping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userId

        CreateUserRequest.Builder userId​(String userId)

        The user emails attached to a user mapping.

        Parameters:
        userId - The user emails attached to a user mapping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.