Interface ProtectedQuerySQLParameters.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProtectedQuerySQLParameters.Builder,ProtectedQuerySQLParameters>, SdkBuilder<ProtectedQuerySQLParameters.Builder,ProtectedQuerySQLParameters>, SdkPojo
Enclosing class:
ProtectedQuerySQLParameters

public static interface ProtectedQuerySQLParameters.Builder extends SdkPojo, CopyableBuilder<ProtectedQuerySQLParameters.Builder,ProtectedQuerySQLParameters>
  • Method Details

    • 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

      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.