Class MethodBuilder

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

    public class MethodBuilder
    extends MethodFluent<MethodBuilder>
    implements io.sundr.builder.VisitableBuilder<io.sundr.model.Method,​MethodBuilder>
    • Constructor Detail

      • MethodBuilder

        public MethodBuilder()
      • MethodBuilder

        public MethodBuilder​(MethodFluent<?> fluent)
      • MethodBuilder

        public MethodBuilder​(MethodFluent<?> fluent,
                             io.sundr.model.Method instance)
      • MethodBuilder

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

      • build

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