Interface GetCsvHeaderResponse.Builder

    • Method Detail

      • userPoolId

        GetCsvHeaderResponse.Builder userPoolId​(String userPoolId)

        The ID of the requested user pool.

        Parameters:
        userPoolId - The ID of the requested user pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • csvHeader

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

        A comma-separated list of attributes from your user pool. Save this output to a .csv file and populate it with the attributes of the users that you want to import.

        Parameters:
        csvHeader - A comma-separated list of attributes from your user pool. Save this output to a .csv file and populate it with the attributes of the users that you want to import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • csvHeader

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

        A comma-separated list of attributes from your user pool. Save this output to a .csv file and populate it with the attributes of the users that you want to import.

        Parameters:
        csvHeader - A comma-separated list of attributes from your user pool. Save this output to a .csv file and populate it with the attributes of the users that you want to import.
        Returns:
        Returns a reference to this object so that method calls can be chained together.