Interface CreateUserImportJobRequest.Builder

  • Method Details

    • jobName

      A friendly name for the user import job.

      Parameters:
      jobName - A friendly name for the user import job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userPoolId

      The ID of the user pool that you want to import users into.

      Parameters:
      userPoolId - The ID of the user pool that you want to import users into.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudWatchLogsRoleArn

      CreateUserImportJobRequest.Builder cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)

      You must specify an IAM role that has permission to log import-job results to Amazon CloudWatch Logs. This parameter is the ARN of that role.

      Parameters:
      cloudWatchLogsRoleArn - You must specify an IAM role that has permission to log import-job results to Amazon CloudWatch Logs. This parameter is the ARN of that role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • passwordHashingAlgorithm

      CreateUserImportJobRequest.Builder passwordHashingAlgorithm(String passwordHashingAlgorithm)

      The password hashing algorithm used to generate the hashes in the CSV file for this import job.

      Valid values: BCRYPT | SCRYPT | ARGON2ID | PBKDF2_SHA256

      Parameters:
      passwordHashingAlgorithm - The password hashing algorithm used to generate the hashes in the CSV file for this import job.

      Valid values: BCRYPT | SCRYPT | ARGON2ID | PBKDF2_SHA256

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • passwordHashingAlgorithm

      CreateUserImportJobRequest.Builder passwordHashingAlgorithm(PasswordHashingAlgorithmType passwordHashingAlgorithm)

      The password hashing algorithm used to generate the hashes in the CSV file for this import job.

      Valid values: BCRYPT | SCRYPT | ARGON2ID | PBKDF2_SHA256

      Parameters:
      passwordHashingAlgorithm - The password hashing algorithm used to generate the hashes in the CSV file for this import job.

      Valid values: BCRYPT | SCRYPT | ARGON2ID | PBKDF2_SHA256

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateUserImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.