Class ListTablesOptions.Builder

  • Enclosing class:
    ListTablesOptions

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

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public ListTablesOptions build()
        Builds a ListTablesOptions.
        Returns:
        the new ListTablesOptions instance
      • catalogId

        public ListTablesOptions.Builder catalogId​(java.lang.String catalogId)
        Set the catalogId.
        Parameters:
        catalogId - the catalogId
        Returns:
        the ListTablesOptions builder
      • schemaId

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

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

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