Class KeystoreKeys.Builder

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

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

    • buildPrototype

      public KeystoreKeys 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<KeystoreKeys.Builder, KeystoreKeys>
      Returns:
      an instance of the setup object created from this builder
    • build

      public KeystoreKeys 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<KeystoreKeys.Builder, KeystoreKeys>
      Returns:
      instance of the built type