Class GetTableOptions.Builder

  • Enclosing class:
    GetTableOptions

    public static class GetTableOptions.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 tableId,
                       java.lang.String engineId)
        Instantiates a new builder with required properties.
        Parameters:
        catalogId - the catalogId
        schemaId - the schemaId
        tableId - the tableId
        engineId - the engineId
    • Method Detail

      • build

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

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

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

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

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

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

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