Interface PrefixAccessor.PrefixBuilder<B extends PrefixAccessor.PrefixBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
PrefixAccessor

public static interface PrefixAccessor.PrefixBuilder<B extends PrefixAccessor.PrefixBuilder<B>>
Provides a builder method for a prefix property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withPrefix​(String aPrefix)
    Sets the prefix for the prefix property.
  • Method Details

    • withPrefix

      B withPrefix​(String aPrefix)
      Sets the prefix for the prefix property.
      Parameters:
      aPrefix - The prefix to be stored by the prefix property.
      Returns:
      The builder for applying multiple build operations.