Class ExplainStatementOptions.Builder

  • Enclosing class:
    ExplainStatementOptions

    public static class ExplainStatementOptions.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(java.lang.String engineId,
                       java.lang.String statement)
        Instantiates a new builder with required properties.
        Parameters:
        engineId - the engineId
        statement - the statement
    • Method Detail

      • build

        public ExplainStatementOptions build()
        Builds a ExplainStatementOptions.
        Returns:
        the new ExplainStatementOptions instance
      • engineId

        public ExplainStatementOptions.Builder engineId​(java.lang.String engineId)
        Set the engineId.
        Parameters:
        engineId - the engineId
        Returns:
        the ExplainStatementOptions builder
      • statement

        public ExplainStatementOptions.Builder statement​(java.lang.String statement)
        Set the statement.
        Parameters:
        statement - the statement
        Returns:
        the ExplainStatementOptions builder
      • catalogName

        public ExplainStatementOptions.Builder catalogName​(java.lang.String catalogName)
        Set the catalogName.
        Parameters:
        catalogName - the catalogName
        Returns:
        the ExplainStatementOptions builder
      • format

        public ExplainStatementOptions.Builder format​(java.lang.String format)
        Set the format.
        Parameters:
        format - the format
        Returns:
        the ExplainStatementOptions builder
      • schemaName

        public ExplainStatementOptions.Builder schemaName​(java.lang.String schemaName)
        Set the schemaName.
        Parameters:
        schemaName - the schemaName
        Returns:
        the ExplainStatementOptions builder
      • type

        public ExplainStatementOptions.Builder type​(java.lang.String type)
        Set the type.
        Parameters:
        type - the type
        Returns:
        the ExplainStatementOptions builder
      • authInstanceId

        public ExplainStatementOptions.Builder authInstanceId​(java.lang.String authInstanceId)
        Set the authInstanceId.
        Parameters:
        authInstanceId - the authInstanceId
        Returns:
        the ExplainStatementOptions builder