Interface AnalysisLogExportS3OutputConfiguration.Builder

  • Method Details

    • bucket

      The S3 bucket that the exported analysis logs are written to. The bucket must be in the same Amazon Web Services Region as the collaboration.

      Parameters:
      bucket - The S3 bucket that the exported analysis logs are written to. The bucket must be in the same Amazon Web Services Region as the collaboration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyPrefix

      The S3 key prefix under which the exported analysis logs are written.

      Only one export can be in progress at a time for a given query and destination. To export the same query twice at once, use a different key prefix for the second export.

      Parameters:
      keyPrefix - The S3 key prefix under which the exported analysis logs are written.

      Only one export can be in progress at a time for a given query and destination. To export the same query twice at once, use a different key prefix for the second export.

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