Interface GetCsvHeaderResponse.Builder

    • Method Detail

      • userPoolId

        GetCsvHeaderResponse.Builder userPoolId​(String userPoolId)

        The user pool ID for the user pool that the users are to be imported into.

        Parameters:
        userPoolId - The user pool ID for the user pool that the users are to be imported into.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • csvHeader

        GetCsvHeaderResponse.Builder csvHeader​(Collection<String> csvHeader)

        The header information of the CSV file for the user import job.

        Parameters:
        csvHeader - The header information of the CSV file for the user import job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • csvHeader

        GetCsvHeaderResponse.Builder csvHeader​(String... csvHeader)

        The header information of the CSV file for the user import job.

        Parameters:
        csvHeader - The header information of the CSV file for the user import job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.