Interface S3DestinationConfig.Builder

  • Method Details

    • bucket

      The name of the Amazon S3 bucket to use as the destination for an export job.

      Parameters:
      bucket - The name of the Amazon S3 bucket to use as the destination for an export job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyPrefix

      S3DestinationConfig.Builder keyPrefix(String keyPrefix)

      The Amazon S3 bucket prefix for an export job.

      Parameters:
      keyPrefix - The Amazon S3 bucket prefix for an export job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.