Class ImmutablePdbRemark465Line.Builder

  • Enclosing class:
    ImmutablePdbRemark465Line

    @NotThreadSafe
    public static final class ImmutablePdbRemark465Line.Builder
    extends Object
    Builds instances of type ImmutablePdbRemark465Line. Initialize attributes and then invoke the build() method to create an immutable instance.

    Builder is not thread-safe and generally should not be stored in a field or collection, but instead used immediately to create instances.

    • Method Detail

      • from

        public final ImmutablePdbRemark465Line.Builder from​(ChainNumberICode instance)
        Fill a builder with attribute values from the provided pl.poznan.put.pdb.ChainNumberICode instance.
        Parameters:
        instance - The instance from which to copy values
        Returns:
        this builder for use in a chained invocation
      • from

        public final ImmutablePdbRemark465Line.Builder from​(PdbRemark465Line instance)
        Fill a builder with attribute values from the provided pl.poznan.put.pdb.PdbRemark465Line instance.
        Parameters:
        instance - The instance from which to copy values
        Returns:
        this builder for use in a chained invocation
      • modelNumber

        public final ImmutablePdbRemark465Line.Builder modelNumber​(int modelNumber)
        Initializes the value for the modelNumber attribute.
        Parameters:
        modelNumber - The value for modelNumber
        Returns:
        this builder for use in a chained invocation
      • residueName

        public final ImmutablePdbRemark465Line.Builder residueName​(String residueName)
        Initializes the value for the residueName attribute.
        Parameters:
        residueName - The value for residueName
        Returns:
        this builder for use in a chained invocation
      • chainIdentifier

        public final ImmutablePdbRemark465Line.Builder chainIdentifier​(String chainIdentifier)
        Initializes the value for the chainIdentifier attribute.
        Parameters:
        chainIdentifier - The value for chainIdentifier
        Returns:
        this builder for use in a chained invocation
      • residueNumber

        public final ImmutablePdbRemark465Line.Builder residueNumber​(int residueNumber)
        Initializes the value for the residueNumber attribute.
        Parameters:
        residueNumber - The value for residueNumber
        Returns:
        this builder for use in a chained invocation
      • insertionCode

        public final ImmutablePdbRemark465Line.Builder insertionCode​(String insertionCode)
        Initializes the value for the insertionCode attribute.
        Parameters:
        insertionCode - The value for insertionCode
        Returns:
        this builder for use in a chained invocation