Interface ProtectedQuerySQLParameters.Builder

    • Method Detail

      • queryString

        ProtectedQuerySQLParameters.Builder queryString​(String queryString)

        The query string to be submitted.

        Parameters:
        queryString - The query string to be submitted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • analysisTemplateArn

        ProtectedQuerySQLParameters.Builder analysisTemplateArn​(String analysisTemplateArn)

        The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.

        Parameters:
        analysisTemplateArn - The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        ProtectedQuerySQLParameters.Builder parameters​(Map<String,​String> parameters)

        The protected query SQL parameters.

        Parameters:
        parameters - The protected query SQL parameters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.