Interface DataSet.Builder

    • Method Detail

      • datasetName

        DataSet.Builder datasetName​(String datasetName)

        The logical identifier for a specific data set (in mainframe format).

        Parameters:
        datasetName - The logical identifier for a specific data set (in mainframe format).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasetOrg

        DataSet.Builder datasetOrg​(DatasetOrgAttributes datasetOrg)

        The type of dataset. The only supported value is VSAM.

        Parameters:
        datasetOrg - The type of dataset. The only supported value is VSAM.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recordLength

        DataSet.Builder recordLength​(RecordLength recordLength)

        The length of a record.

        Parameters:
        recordLength - The length of a record.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relativePath

        DataSet.Builder relativePath​(String relativePath)

        The relative location of the data set in the database or file system.

        Parameters:
        relativePath - The relative location of the data set in the database or file system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageType

        DataSet.Builder storageType​(String storageType)

        The storage type of the data set: database or file system. For Micro Focus, database corresponds to datastore and file system corresponds to EFS/FSX. For Blu Age, there is no support of file system and database corresponds to Blusam.

        Parameters:
        storageType - The storage type of the data set: database or file system. For Micro Focus, database corresponds to datastore and file system corresponds to EFS/FSX. For Blu Age, there is no support of file system and database corresponds to Blusam.
        Returns:
        Returns a reference to this object so that method calls can be chained together.