Class CreateExecuteQueryOptions.Builder

  • Enclosing class:
    CreateExecuteQueryOptions

    public static class CreateExecuteQueryOptions.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 sqlString)
        Instantiates a new builder with required properties.
        Parameters:
        engineId - the engineId
        sqlString - the sqlString
    • Method Detail

      • build

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

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

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

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

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

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