Class PemKeys.Builder

All Implemented Interfaces:
Prototype.Builder<PemKeys.Builder, PemKeys>, Builder<PemKeys.Builder, PemKeys>, ConfigBuilderSupport.ConfiguredBuilder<PemKeys.Builder, PemKeys>, Supplier<PemKeys>
Enclosing interface:
PemKeys

public static class PemKeys.Builder extends PemKeys.BuilderBase<PemKeys.Builder, PemKeys> implements Builder<PemKeys.Builder, PemKeys>
Fluent API builder for PemKeys.
  • Method Details

    • buildPrototype

      public PemKeys buildPrototype()
      Create an instance of the prototype. Calling this method may update this builder from providers and decorators, so repeated calls may have side effects.
      Specified by:
      buildPrototype in interface Prototype.Builder<PemKeys.Builder, PemKeys>
      Returns:
      an instance of the setup object created from this builder
    • build

      public PemKeys build()
      Create an instance from this builder. Calling this method may update this builder from providers and decorators, so repeated calls may have side effects.
      Specified by:
      build in interface Builder<PemKeys.Builder, PemKeys>
      Returns:
      instance of the built type