Interface PoAttributes.Builder

    • Method Detail

      • encoding

        PoAttributes.Builder encoding​(String encoding)

        The character set encoding of the data set.

        Parameters:
        encoding - The character set encoding of the data set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • format

        PoAttributes.Builder format​(String format)

        The format of the data set records.

        Parameters:
        format - The format of the data set records.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberFileExtensions

        PoAttributes.Builder memberFileExtensions​(Collection<String> memberFileExtensions)

        An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.

        Parameters:
        memberFileExtensions - An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberFileExtensions

        PoAttributes.Builder memberFileExtensions​(String... memberFileExtensions)

        An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.

        Parameters:
        memberFileExtensions - An array containing one or more filename extensions, allowing you to specify which files to be included as PDS member.
        Returns:
        Returns a reference to this object so that method calls can be chained together.