Class TlsMaterial.Builder

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

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

    • buildPrototype

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

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