Interface GetCsvHeaderResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CognitoIdentityProviderResponse.Builder, CopyableBuilder<GetCsvHeaderResponse.Builder,GetCsvHeaderResponse>, SdkBuilder<GetCsvHeaderResponse.Builder,GetCsvHeaderResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetCsvHeaderResponse

  • Method Details

    • 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

      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.