Class RunExplainStatementOptions.Builder

  • Enclosing class:
    RunExplainStatementOptions

    public static class RunExplainStatementOptions.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 RunExplainStatementOptions build()
        Builds a RunExplainStatementOptions.
        Returns:
        the new RunExplainStatementOptions instance
      • engineId

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

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

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

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

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