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 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

      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.