Interface EnrichmentTargetS3Configuration.Builder

  • Method Details

    • s3Bucket

      The name of the S3 bucket where the enriched import file will be stored.

      Parameters:
      s3Bucket - The name of the S3 bucket where the enriched import file will be stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3BucketOwner

      EnrichmentTargetS3Configuration.Builder s3BucketOwner(String s3BucketOwner)

      The AWS account ID of the target S3 bucket owner.

      Parameters:
      s3BucketOwner - The AWS account ID of the target S3 bucket owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Key

      The S3 key (path) where the enriched import file will be stored.

      Parameters:
      s3Key - The S3 key (path) where the enriched import file will be stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.