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

      • build

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

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

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

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