Interface CreateBatchImportJobRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateBatchImportJobRequest.Builder,CreateBatchImportJobRequest>, FraudDetectorRequest.Builder, SdkBuilder<CreateBatchImportJobRequest.Builder,CreateBatchImportJobRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateBatchImportJobRequest

public static interface CreateBatchImportJobRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<CreateBatchImportJobRequest.Builder,CreateBatchImportJobRequest>
  • Method Details

    • jobId

      The ID of the batch import job. The ID cannot be of a past job, unless the job exists in CREATE_FAILED state.

      Parameters:
      jobId - The ID of the batch import job. The ID cannot be of a past job, unless the job exists in CREATE_FAILED state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputPath

      The URI that points to the Amazon S3 location of your data file.

      Parameters:
      inputPath - The URI that points to the Amazon S3 location of your data file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputPath

      The URI that points to the Amazon S3 location for storing your results.

      Parameters:
      outputPath - The URI that points to the Amazon S3 location for storing your results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eventTypeName

      CreateBatchImportJobRequest.Builder eventTypeName(String eventTypeName)

      The name of the event type.

      Parameters:
      eventTypeName - The name of the event type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iamRoleArn

      The ARN of the IAM role created for Amazon S3 bucket that holds your data file.

      The IAM role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see User policy examples in the Amazon S3 User Guide.

      Parameters:
      iamRoleArn - The ARN of the IAM role created for Amazon S3 bucket that holds your data file.

      The IAM role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see User policy examples in the Amazon S3 User Guide.

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

      A collection of key-value pairs associated with this request.

      Parameters:
      tags - A collection of key-value pairs associated with this request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A collection of key-value pairs associated with this request.

      Parameters:
      tags - A collection of key-value pairs associated with this request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A collection of key-value pairs associated with this request.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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