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 catalogName,
                       java.lang.String schemaName,
                       java.lang.String engineId)
        Instantiates a new builder with required properties.
        Parameters:
        catalogName - the catalogName
        schemaName - the schemaName
        engineId - the engineId
    • Method Detail

      • build

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

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

        public ListTablesOptions.Builder schemaName​(java.lang.String schemaName)
        Set the schemaName.
        Parameters:
        schemaName - the schemaName
        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