Class LambdaBuilder

  • All Implemented Interfaces:
    io.sundr.builder.Builder<io.sundr.model.Lambda>, io.sundr.builder.Visitable<LambdaBuilder>, io.sundr.builder.VisitableBuilder<io.sundr.model.Lambda,​LambdaBuilder>

    public class LambdaBuilder
    extends LambdaFluent<LambdaBuilder>
    implements io.sundr.builder.VisitableBuilder<io.sundr.model.Lambda,​LambdaBuilder>
    • Constructor Detail

      • LambdaBuilder

        public LambdaBuilder()
      • LambdaBuilder

        public LambdaBuilder​(LambdaFluent<?> fluent)
      • LambdaBuilder

        public LambdaBuilder​(LambdaFluent<?> fluent,
                             io.sundr.model.Lambda instance)
      • LambdaBuilder

        public LambdaBuilder​(io.sundr.model.Lambda instance)
    • Method Detail

      • build

        public io.sundr.model.Lambda build()
        Specified by:
        build in interface io.sundr.builder.Builder<io.sundr.model.Lambda>