Interface S3DestinationConfig.Builder

  • Method Details

    • bucketName

      S3DestinationConfig.Builder bucketName(String bucketName)

      The name of an S3 bucket within which harvested content will be exported.

      Parameters:
      bucketName - The name of an S3 bucket within which harvested content will be exported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationPath

      S3DestinationConfig.Builder destinationPath(String destinationPath)

      The path within the specified S3 bucket where the harvested content will be placed.

      Parameters:
      destinationPath - The path within the specified S3 bucket where the harvested content will be placed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.