Class DeleteTableOptions.Builder

  • Enclosing class:
    DeleteTableOptions

    public static class DeleteTableOptions.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 DeleteTableOptions build()
        Builds a DeleteTableOptions.
        Returns:
        the new DeleteTableOptions instance
      • catalogName

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

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

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

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

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

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