Interface ProtectedQueryS3OutputConfiguration.Builder

  • Method Details

    • resultFormat

      Intended file format of the result.

      Parameters:
      resultFormat - Intended file format of the result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resultFormat

      Intended file format of the result.

      Parameters:
      resultFormat - Intended file format of the result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • bucket

      The S3 bucket to unload the protected query results.

      Parameters:
      bucket - The S3 bucket to unload the protected query results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyPrefix

      The S3 prefix to unload the protected query results.

      Parameters:
      keyPrefix - The S3 prefix to unload the protected query results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • singleFileOutput

      ProtectedQueryS3OutputConfiguration.Builder singleFileOutput(Boolean singleFileOutput)

      Indicates whether files should be output as a single file (TRUE) or output as multiple files ( FALSE). This parameter is only supported for analyses with the Spark analytics engine.

      Parameters:
      singleFileOutput - Indicates whether files should be output as a single file (TRUE) or output as multiple files (FALSE). This parameter is only supported for analyses with the Spark analytics engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.