Interface ProtectedQueryS3OutputConfiguration.Builder

    • Method Detail

      • bucket

        ProtectedQueryS3OutputConfiguration.Builder bucket​(String 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

        ProtectedQueryS3OutputConfiguration.Builder keyPrefix​(String 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.